mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Added config for barbar
This commit is contained in:
parent
3b7d90a91c
commit
19abbf2c5b
1 changed files with 9 additions and 0 deletions
9
nvim/plugin/barbar.vim
Normal file
9
nvim/plugin/barbar.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
let bufferline = get(g:, 'bufferline', {})
|
||||
let bufferline.icons = 'both'
|
||||
|
||||
" Navigating buffers
|
||||
nnoremap <silent> <A-,> :BufferPrevious<CR>
|
||||
nnoremap <silent> <A-.> :BufferNext<CR>
|
||||
nnoremap <silent> <A-s> :BufferPick<CR>
|
||||
|
||||
nnoremap <silent> <A-c> :BufferClose<CR>
|
Loading…
Reference in a new issue