bling/vim-bufferline

[Feature request] Add mapping layer.

Opened this issue · 1 comments

I feel it's incomplete to this plugin that lacks mapping feature to quick switch between buffers. Do you think?

Like vim-airline's implementation?

Add this to your .vimrc would help to quickly switch between buffers.

noremap <C-left> :bprev<CR>                                                                              
noremap <C-right> :bnext<CR>