All Projects → arithran → vim-delete-hidden-buffers

arithran / vim-delete-hidden-buffers

Licence: other
When you work on a project for a long period you tend you accumulate a lot of background buffers. This plug-in will clear any unused buffers that are hidden. Don't worry this will not delete any active or unsaved buffers.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-delete-hidden-buffers

vimrc
Sane, Lightweight, and, Aesthetic VIM
Stars: ✭ 21 (+5%)
Mutual labels:  vundle
dotfiles
💻 My dotfiles: .vimrc, .gitconfig, .bash_profile, etc
Stars: ✭ 27 (+35%)
Mutual labels:  vundle
darkest-space
Minimal colorscheme for vim.
Stars: ✭ 18 (-10%)
Mutual labels:  vundle
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (+225%)
Mutual labels:  vundle
vim-rzip
Extends zip.vim to browse and write nested zip files
Stars: ✭ 22 (+10%)
Mutual labels:  plugin-vim

Description

When you work on a project for a long period you tend you accumulate a lot of background buffers. This plug-in will clear any unused buffers that are hidden. Don't worry this will not delete any active or unsaved buffers.

Usage

:DeleteHiddenBuffers

If you really like it, add the following to your .vimrc to bind a key like F5

nnoremap <F5> :DeleteHiddenBuffers<CR>

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

Plugin Manager Install with...
NeoBundle NeoBundle 'arithran/vim-delete-hidden-buffers'
Vundle Plugin 'arithran/vim-delete-hidden-buffers'
Plug Plug 'arithran/vim-delete-hidden-buffers'
manual copy all of the files into your ~/.vim directory

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].