diff --git a/nvim/init.vim b/nvim/init.vim index ebbe69e..bdc9820 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -175,6 +175,9 @@ nnoremap l nnoremap :tabprevious nnoremap :tabnext +" show list of buffers and prepare to switch +nnoremap bf :ls:b + " quickly change background nnoremap bg \ :let &background = &background ==? 'light' ? 'dark' : 'light'