{"id":13898647,"url":"https://github.com/dstein64/vim-win","last_synced_at":"2025-04-13T10:55:14.549Z","repository":{"id":54407472,"uuid":"230861668","full_name":"dstein64/vim-win","owner":"dstein64","description":"A Vim plugin for managing windows.","archived":false,"fork":false,"pushed_at":"2025-04-12T01:17:16.000Z","size":6316,"stargazers_count":68,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T02:37:53.317Z","etag":null,"topics":["neovim","vim","vim-plugin","vim-window","vim-windows"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dstein64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-30T06:34:08.000Z","updated_at":"2025-04-12T01:17:19.000Z","dependencies_parsed_at":"2024-01-05T17:45:00.003Z","dependency_job_id":"ce30e081-c525-49ee-a765-918ecd25a9c7","html_url":"https://github.com/dstein64/vim-win","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-win","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-win/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-win/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-win/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dstein64","download_url":"https://codeload.github.com/dstein64/vim-win/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703195,"owners_count":21148116,"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":["neovim","vim","vim-plugin","vim-window","vim-windows"],"created_at":"2024-08-06T18:04:23.393Z","updated_at":"2025-04-13T10:55:14.515Z","avatar_url":"https://github.com/dstein64.png","language":"Vim Script","readme":"[![build][badge_thumbnail]][badge_link]\n\n# vim-win\n\n`vim-win` is a Vim plugin for managing windows. Built-in functionality includes\nwindow selection, window buffer swapping, and window resizing. The plugin is\nextensible, allowing additional functionality to be added.\n\n\u003cimg src=\"screenshot.png?raw=true\" width=\"800\"/\u003e\n\n## Requirements\n\n* Full functionality\n  - `vim\u003e=8.2.4052` or `nvim\u003e=0.7.0`\n\n## Installation\n\nA package manager can be used to install `vim-win`.\n\u003cdetails\u003e\u003csummary\u003eExamples\u003c/summary\u003e\u003cbr\u003e\n\n* [Vim8 packages][vim8pack]:\n  - `git clone https://github.com/dstein64/vim-win ~/.vim/pack/plugins/start/vim-win`\n* [Vundle][vundle]:\n  - Add `Plugin 'dstein64/vim-win'` to `~/.vimrc`\n  - `:PluginInstall` or `$ vim +PluginInstall +qall`\n* [Pathogen][pathogen]:\n  - `git clone --depth=1 https://github.com/dstein64/vim-win ~/.vim/bundle/vim-win`\n* [vim-plug][vimplug]:\n  - Add `Plug 'dstein64/vim-win'` to `~/.vimrc`\n  - `:PlugInstall` or `$ vim +PlugInstall +qall`\n* [dein.vim][dein]:\n  - Add `call dein#add('dstein64/vim-win')` to `~/.vimrc`\n  - `:call dein#install()`\n* [NeoBundle][neobundle]:\n  - Add `NeoBundle 'dstein64/vim-win'` to `~/.vimrc`\n  - Re-open vim or execute `:source ~/.vimrc`\n\n\u003c/details\u003e\n\n## Usage\n\nEnter `vim-win` with `\u003cleader\u003ew` or `:Win`.\n\n* Arrows or `hjkl` keys are used for movement.\n* Change windows with movement keys or numbers.\n* Hold `\u003cshift\u003e` and use movement keys to resize the active window.\n* Press `s` or `S` followed by a movement key or window number, to swap buffers.\n* Press `?` to show a help message.\n* Press `\u003cesc\u003e` to leave `vim-win`.\n\nSee `:help win-usage` for additional details.\n\n## Documentation\n\n```vim\n:help vim-win\n```\n\nThe underlying markup is in [win.txt](doc/win.txt).\n\n\u003cdetails open\u003e\u003csummary\u003e\u003ch2\u003eDemo\u003c/h2\u003e\u003c/summary\u003e\n\n\u003cimg src=\"screencast.gif?raw=true\" width=\"735\"/\u003e\n\n\u003c/details\u003e\n\nLicense\n-------\n\nThe source code has an [MIT License](https://en.wikipedia.org/wiki/MIT_License).\n\nSee [LICENSE](LICENSE).\n\n[badge_link]: https://github.com/dstein64/vim-win/actions/workflows/build.yml\n[badge_thumbnail]: https://github.com/dstein64/vim-win/actions/workflows/build.yml/badge.svg\n[dein]: https://github.com/Shougo/dein.vim\n[neobundle]: https://github.com/Shougo/neobundle.vim\n[pathogen]: https://github.com/tpope/vim-pathogen\n[vim8pack]: http://vimhelp.appspot.com/repeat.txt.html#packages\n[vimplug]: https://github.com/junegunn/vim-plug\n[vundle]: https://github.com/gmarik/vundle\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstein64%2Fvim-win","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdstein64%2Fvim-win","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstein64%2Fvim-win/lists"}