Simple Buffer is a plugin for switching and deleting buffers easily.
Using vim-plug
Plug 'codcodog/simplebuffer.vim'
Using Vundle
Plugin 'codcodog/simplebuffer.vim'
:SimpleBuffer - open the buffer manager.
:SimpleBufferClose - close the buffer manager.
:SimpleBufferToggle - toggle to open/close the buffer manager.
| Key | Description |
|---|---|
j, k | select buffer |
<C-v> | open the selected buffer vertically |
<C-x> | open the selected buffer horizontally |
d | delete the selected buffer, which means to bdelete |
D | wipeout the selected buffer, which means to bwipeout |
<Enter> | open the selected buffer on current window |
q, <ESC> | close the buffer manager |
Vim License