vim: add some custom <leader> shortcuts

feature/symbol-search
bretello 2020-03-13 21:34:36 +01:00
parent d181bb47a7
commit a8b24f088d
1 changed files with 7 additions and 0 deletions

View File

@ -131,3 +131,10 @@ function! WinZoomToggle() abort
endfunction
nnoremap <leader>wz :call WinZoomToggle()<CR>
nnoremap <leader>/ :G<CR>
nnoremap <leader>C :close<CR>
nnoremap <leader>B :Bclose<CR>
nnoremap <leader>G :Git
nnoremap <leader>P :GPush<CR>
nnoremap <leader>M :Git commit<CR>