{"id":16539414,"url":"https://github.com/tyru/tabsidebar-boost.vim","last_synced_at":"2026-03-05T20:15:31.726Z","repository":{"id":66794742,"uuid":"156571802","full_name":"tyru/tabsidebar-boost.vim","owner":"tyru","description":"Add extra features to Vim-TabSideBar (see https://rbtnn.github.io/vim/ for Vim-TabSideBar patch)","archived":false,"fork":false,"pushed_at":"2018-11-28T08:43:37.000Z","size":2905,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T07:15:48.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/tyru.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-07T15:59:41.000Z","updated_at":"2019-05-16T15:03:23.000Z","dependencies_parsed_at":"2023-06-06T11:00:36.758Z","dependency_job_id":null,"html_url":"https://github.com/tyru/tabsidebar-boost.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Ftabsidebar-boost.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Ftabsidebar-boost.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Ftabsidebar-boost.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Ftabsidebar-boost.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyru","download_url":"https://codeload.github.com/tyru/tabsidebar-boost.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241773256,"owners_count":20018064,"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-10-11T18:48:59.646Z","updated_at":"2026-03-05T20:15:26.686Z","avatar_url":"https://github.com/tyru.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tabsidebar-Boost\n\nTabsidebar-Boost adds extra features to [Vim-TabSideBar patch](https://rbtnn.github.io/vim/).\n\n* Adjust tabsidebar width (`tabsidebarcolumns`) automatically\n* Quickly jump to another window\n* Set project title per tab page by `:TabSideBarBoostSetTitle`\n\n![Set project titles](_images/set-title.png)\n\n# Configuration (example)\n\n```vim\nif has('tabsidebar')\n\t\" Jumps to a window quickly\n\tnmap \u003cSpace\u003e\u003cSpace\u003e  \u003cPlug\u003e(tabsidebar-boost-jump)\n\tnmap \u003cC-n\u003e           \u003cPlug\u003e(tabsidebar-boost-next-window)\n\tnmap \u003cC-p\u003e           \u003cPlug\u003e(tabsidebar-boost-previous-window)\n\n\t\" You can change tab page title\n\tnnoremap \u003cSpace\u003et    :\u003cC-u\u003eTabSideBarBoostSetTitle\u003cSpace\u003e\u003cC-r\u003e=get(t:, 'tabsidebar_boost_title', '')\u003cCR\u003e\n\n\t\" Adjust columns of tabsidebar automatically\n\tlet g:tabsidebar_boost#auto_adjust_tabsidebarcolumns = 1\n\n\t\" Cool tabsidebar display\n\tlet \u0026g:tabsidebar = '%!tabsidebar_boost#tabsidebar(g:actual_curtabpage)'\nendif\n```\n\n`\u003cPlug\u003e(tabsidebar-boost-next-window)` and `\u003cPlug\u003e(tabsidebar-boost-previous-window)` jumps to the next / previous window across tab page.\n`\u003cPlug\u003e(tabsidebar-boost-jump)` shows prompt, and if you enter a buffer number of a window, it jumps to the specified window quickly.\n\n# Demo\n\n![Demo](_images/demo.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyru%2Ftabsidebar-boost.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyru%2Ftabsidebar-boost.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyru%2Ftabsidebar-boost.vim/lists"}