Home

Awesome

Simple Buffer

Simple Buffer is a plugin for switching and deleting buffers easily.

Installation

Using vim-plug

Plug 'codcodog/simplebuffer.vim'

Using Vundle

Plugin 'codcodog/simplebuffer.vim'

Commands

:SimpleBuffer - open the buffer manager.

:SimpleBufferClose - close the buffer manager.

:SimpleBufferToggle - toggle to open/close the buffer manager.

Keybindings

KeyDescription
j, kselect buffer
<C-v>open the selected buffer vertically
<C-x>open the selected buffer horizontally
ddelete the selected buffer, which means to bdelete
Dwipeout the selected buffer, which means to bwipeout
<Enter>open the selected buffer on current window
q, <ESC>close the buffer manager

License

Vim License