{"id":13897619,"url":"https://github.com/jwilm/i3-vim-focus","last_synced_at":"2025-04-15T07:31:00.838Z","repository":{"id":16646310,"uuid":"80381328","full_name":"jwilm/i3-vim-focus","owner":"jwilm","description":"Vim plugin for seamless navigation between i3 and vim","archived":false,"fork":false,"pushed_at":"2021-12-15T22:58:26.000Z","size":17,"stargazers_count":58,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T18:21:20.736Z","etag":null,"topics":["i3","i3wm","vim","vim-plugins"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwilm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-29T23:50:57.000Z","updated_at":"2025-03-02T18:01:50.000Z","dependencies_parsed_at":"2022-08-03T06:45:33.120Z","dependency_job_id":null,"html_url":"https://github.com/jwilm/i3-vim-focus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilm%2Fi3-vim-focus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilm%2Fi3-vim-focus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilm%2Fi3-vim-focus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilm%2Fi3-vim-focus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwilm","download_url":"https://codeload.github.com/jwilm/i3-vim-focus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249026701,"owners_count":21200493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["i3","i3wm","vim","vim-plugins"],"created_at":"2024-08-06T18:03:45.445Z","updated_at":"2025-04-15T07:31:00.547Z","avatar_url":"https://github.com/jwilm.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"Vim plugin for seamless i3/vim navigation\n=========================================\n\nAllows i3 direction keys to control vim splits and i3 windows seamlessly\n\nThe `i3-vim-focus` folder has a Rust program that should be installed on the\nuser's path. It can be build with `cargo build --release`.\n\nNo changes are necessary to the .vimrc.\n\nEvery instance of vim must be launched with a `--servername` argument that\nstarts with `VIM:` and must be unique. One way to do achieve this is by using an\nalias for vim, like so:\n\n```bash\nalias vim='/usr/local/bin/vim --servername \"VIM:$RANDOM\"'\n```\n\nThe i3 config needs to be updated with the following bindings.\n\n```\nbindsym --release $mod+h exec --no-startup-id \"i3-vim-focus left\"\nbindsym --release $mod+j exec --no-startup-id \"i3-vim-focus down\"\nbindsym --release $mod+k exec --no-startup-id \"i3-vim-focus up\"\nbindsym --release $mod+l exec --no-startup-id \"i3-vim-focus right\"\n```\n\nFinally, this project needs to be installed as a vim plugin using\nsomething like pathogen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwilm%2Fi3-vim-focus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwilm%2Fi3-vim-focus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwilm%2Fi3-vim-focus/lists"}