{"id":13898552,"url":"https://github.com/Iron-E/vim-tabmode","last_synced_at":"2025-07-17T15:33:59.939Z","repository":{"id":107020428,"uuid":"257731901","full_name":"Iron-E/vim-tabmode","owner":"Iron-E","description":"A mode for manipulating tabs in Neo/vim.","archived":false,"fork":false,"pushed_at":"2020-07-02T16:37:13.000Z","size":6351,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-19T19:05:55.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Iron-E.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}},"created_at":"2020-04-21T22:37:28.000Z","updated_at":"2020-07-07T14:37:39.000Z","dependencies_parsed_at":"2024-02-23T11:59:21.701Z","dependency_job_id":"2479fec6-0278-4613-b67c-6b5ae0ebe80d","html_url":"https://github.com/Iron-E/vim-tabmode","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fvim-tabmode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fvim-tabmode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fvim-tabmode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fvim-tabmode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iron-E","download_url":"https://codeload.github.com/Iron-E/vim-tabmode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226274927,"owners_count":17598861,"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":[],"created_at":"2024-08-06T18:04:20.857Z","updated_at":"2024-11-25T04:31:47.633Z","avatar_url":"https://github.com/Iron-E.png","language":"Vim script","readme":"# Description\n\n`vim-tabmode` is a plugin that provides a new mode in Neo/vim for managing tabs.\n\nAlthough it is recommended that splits and buffers are used over tabs when possible, there _are_ scenarios when tabs are necessary. This plugin hopes to make that easier.\n\n# Requirements\n\n* [vim-libmodal](https://github.com/Iron-E/vim-libmodal)\n\n# Installation\n\nEither use `packadd` or any package manager.\n\n## Examples\n\n* [dein.vim](https://github.com/Shougo/dein.vim):\n\t* Add `call dein#add('https://github.com/Iron-E/vim-tabmode')` to `~/.vimrc`\n\t* `:call dein#install()`\n* [NeoBundle](https://github.com/Shougo/neobundle.vim):\n\t* Add `NeoBundle 'https://github.com/Iron-E/vim-tabmode'` to `~/.vimrc`\n\t* Re-open vim or execute `:source ~/.vimrc`\n* [vim-plug](https://github.com/junegunn/vim-plug):\n\t* Add `Plug 'https://github.com/Iron-E/vim-tabmode'` to `~/.vimrc`\n\t* `:PlugInstall` or `$ vim +PlugInstall +qall`\n* [Vundle](https://github.com/gmarik/vundle):\n\t* Add `Plugin 'https://github.com/Iron-E/vim-tabmode'` to `~/.vimrc`\n\t* `:PluginInstall` or `$ vim +PluginInstall +qall`\n\n# Usage\n\nEnter `vim-tabmode` with `\u003cleader\u003e\u003cTab\u003e` or `:TabmodeEnter`.\n\n| Key         | Use                                                    |\n|:-----------:|:------------------------------------------------------:|\n| `\u003cEsc\u003e`     | Leave `tabmode`                                        |\n| `?`         | Show help message                                      |\n| `^`/`0`     | Go to the beginning of the tab list.                   |\n| `\u003cS-0\u003e`     | Move the current tab to the beginning of the tab list. |\n| `$`         | Go to the end of the tab list.                         |\n| `%`         | Move the current tab to the end of the tab list.       |\n| `b`/`j`/`h` | Tab left                                               |\n| `w`/`k`/`l` | Tab right                                              |\n| `a`         | Append a tab and switch to it.                         |\n| `A`         | Append a tab to the end and switch to it.              |\n| `i`         | Prepend a tab and switch to it.                        |\n| `I`         | Prepend a tab to the beginning and switch to it.       |\n| `d`         | Delete the current tab.                                |\n| `s`         | Replace the current tab with a new tab.                |\n\nSee `:help tabmode-usage` for additional details.\n\n# Documentation\n\n```vim\n:help tabmode\n```\n\nThe actual document for help is in [tabmode.txt](doc/win.txt).\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIron-E%2Fvim-tabmode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIron-E%2Fvim-tabmode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIron-E%2Fvim-tabmode/lists"}