vimrc: update mappings

This commit is contained in:
Rob Watson 2021-03-22 16:43:43 +01:00
parent 520d0150ed
commit c247ca55b3
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -123,7 +123,7 @@ map <leader>m :marks<cr>
map <leader>R :ALERename<cr>
map <leader>v :vsplit<cr>
map <leader>s :split<cr>
map <leader>! <esc>:only<cr>
map <leader>bl :Gblame<cr>
" ctrl-c to unload a buffer
nnoremap <silent> <c-q> :bp\|bd #<cr>