diff --git a/vim/.vimrc b/vim/.vimrc index 67030e4..c74a9ac 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -22,6 +22,7 @@ Plug 'mhinz/vim-grepper' Plug 'ludovicchabant/vim-gutentags' " file browser +Plug 'rbgrouleff/bclose.vim' Plug 'francoiscabrol/ranger.vim' " linting @@ -184,7 +185,7 @@ let maplocalleader=" " inoremap jj "" delete buffer -noremap bd :bd +noremap bd :BClose "" indent visual selected code without unselecting and going back to normal mode vnoremap > >gv