{"id":31333351,"url":"https://github.com/lunatacet/delbuf.vim","last_synced_at":"2025-10-11T04:57:10.296Z","repository":{"id":308336194,"uuid":"1032367307","full_name":"lunatacet/Delbuf.vim","owner":"lunatacet","description":"Delete buffers without closing windows and tabs","archived":false,"fork":false,"pushed_at":"2025-08-06T04:37:52.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-26T01:52:59.767Z","etag":null,"topics":["vim"],"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/lunatacet.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,"zenodo":null}},"created_at":"2025-08-05T07:52:32.000Z","updated_at":"2025-08-06T04:37:55.000Z","dependencies_parsed_at":"2025-08-05T12:28:31.914Z","dependency_job_id":"7df6b125-59be-46a5-b503-8755431dfa29","html_url":"https://github.com/lunatacet/Delbuf.vim","commit_stats":null,"previous_names":["lunatacet/delbuf.vim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lunatacet/Delbuf.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunatacet%2FDelbuf.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunatacet%2FDelbuf.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunatacet%2FDelbuf.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunatacet%2FDelbuf.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunatacet","download_url":"https://codeload.github.com/lunatacet/Delbuf.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunatacet%2FDelbuf.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006214,"owners_count":26084063,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["vim"],"created_at":"2025-09-26T01:52:56.614Z","updated_at":"2025-10-11T04:57:10.263Z","avatar_url":"https://github.com/lunatacet.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nIn Vim, deleting active buffers leads to associated windows and tabs being automatically closed - Delbuf.vim helps manoeuvre around this.\n\n## Installation\n\n```\nPlug 'lunatacet/Delbuf.vim'\n```\n\n## Usage\n\n`\u003cLeader\u003ed` to delete the buffer displayed in the currently active window (even if the buffer is modified, ie like `:bd!`).\n\n## Details\n\nThe default mapping is defined as:\n\n```\nnnoremap \u003cLeader\u003ed \u003cCmd\u003ecall Delbuf#Delbuf('bd!')\u003cCR\u003e\n```\n\n`Delbuf#Delbuf()` accepts two values as an argument: `'bd'` or `'bd!'`. This determines whether modified buffers can be deleted.\n\n`set hidden` is necessary to delete modified buffers successfully (even with `'bd!'` as an argument).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunatacet%2Fdelbuf.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunatacet%2Fdelbuf.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunatacet%2Fdelbuf.vim/lists"}