BClose is gone, adopt mapping

This commit is contained in:
Thomas Ruoff
2018-12-03 14:47:40 +01:00
parent 2762d9dcfb
commit 7d3ce153e1

View File

@@ -236,7 +236,7 @@ endif
inoremap jj <ESC>
"" delete buffer
noremap <leader>bd :BClose<cr>
noremap <leader>bd :bd<cr>
"" indent visual selected code without unselecting and going back to normal mode
vnoremap > >gv