fix error when closing ranger

This commit is contained in:
Thomas Ruoff
2018-09-25 22:51:29 +02:00
parent 8ca8c7c654
commit f9a69631f4

View File

@@ -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 <ESC>
"" delete buffer
noremap <leader>bd :bd<cr>
noremap <leader>bd :BClose<cr>
"" indent visual selected code without unselecting and going back to normal mode
vnoremap > >gv