{"id":18014874,"url":"https://github.com/zevv/buftabs","last_synced_at":"2026-03-19T02:54:20.147Z","repository":{"id":150598934,"uuid":"198049718","full_name":"zevv/buftabs","owner":"zevv","description":"vim plugin for showing buffers in tabs","archived":false,"fork":false,"pushed_at":"2019-07-21T16:53:59.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-13T13:17:11.873Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zevv.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":"2019-07-21T11:46:01.000Z","updated_at":"2023-01-26T08:04:56.000Z","dependencies_parsed_at":"2023-06-11T17:15:28.495Z","dependency_job_id":null,"html_url":"https://github.com/zevv/buftabs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zevv/buftabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevv%2Fbuftabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevv%2Fbuftabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevv%2Fbuftabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevv%2Fbuftabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zevv","download_url":"https://codeload.github.com/zevv/buftabs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevv%2Fbuftabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28574314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T16:29:19.148Z","status":"ssl_error","status_checked_at":"2026-01-19T16:29:17.772Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-30T04:11:26.188Z","updated_at":"2026-01-19T16:31:52.042Z","avatar_url":"https://github.com/zevv.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis is a simple script that shows a tabs-like list of buffers in the bottom of\nthe window. The biggest advantage of this script over various others is that it\ndoes not take any lines away from your terminal, leaving more space for the\ndocument you're editing. The tabs are only visible when you need them - when\nyou are switching between buffers.\n\n![buftabs](buftabs.png)\n\n# Installation\n\nCopy buftabs.vim into your vim plugins directory, or use Plugger:\n\n```\nPlug 'zevv/buftabs'                                                            \n```\n\n# Usage\n\nThis script draws buffer tabs on vim startup, when a new buffer is created\nand when switching between buffers.\n\nIt might be handy to create a few maps for easy switching of buffers in your\n.vimrc file. For example, using F1 and F2 keys:\n\n```\n  noremap \u003cf1\u003e :bprev\u003cCR\u003e\n  noremap \u003cf2\u003e :bnext\u003cCR\u003e\n```\n\nor using control-left and control-right keys:\n\n```\n  :noremap \u003cC-left\u003e :bprev\u003cCR\u003e\n  :noremap \u003cC-right\u003e :bnext\u003cCR\u003e\n```\n\n\nSome configuration options are available for styling and layout, check the top\nof the plugin file for instructions.\n \n# Configuration example\n\nThis is my personal setup:\n\n```\n:let g:buftabs_only_basename=1\n:let g:buftabs_in_statusline=1\n:let g:buftabs_active_highlight_group=\"Visual\"\n:let g:buftabs_marker_start = \" \"\n:let g:buftabs_marker_end = \" \"   \n:let g:buftabs_marker_modified = \"!\"\n                                     \nnoremap \u003cf1\u003e :bprev\u003cCR\u003e\nnoremap \u003cf2\u003e :bnext\u003cCR\u003e  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevv%2Fbuftabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzevv%2Fbuftabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevv%2Fbuftabs/lists"}