mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 22:47:29 +01:00
fix error when closing ranger
This commit is contained in:
@@ -22,6 +22,7 @@ Plug 'mhinz/vim-grepper'
|
|||||||
Plug 'ludovicchabant/vim-gutentags'
|
Plug 'ludovicchabant/vim-gutentags'
|
||||||
|
|
||||||
" file browser
|
" file browser
|
||||||
|
Plug 'rbgrouleff/bclose.vim'
|
||||||
Plug 'francoiscabrol/ranger.vim'
|
Plug 'francoiscabrol/ranger.vim'
|
||||||
|
|
||||||
" linting
|
" linting
|
||||||
@@ -184,7 +185,7 @@ let maplocalleader=" "
|
|||||||
inoremap jj <ESC>
|
inoremap jj <ESC>
|
||||||
|
|
||||||
"" delete buffer
|
"" delete buffer
|
||||||
noremap <leader>bd :bd<cr>
|
noremap <leader>bd :BClose<cr>
|
||||||
|
|
||||||
"" indent visual selected code without unselecting and going back to normal mode
|
"" indent visual selected code without unselecting and going back to normal mode
|
||||||
vnoremap > >gv
|
vnoremap > >gv
|
||||||
|
|||||||
Reference in New Issue
Block a user