nvim: init.vim: Add shortcuts for cscope update & reinit

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-10-30 19:21:00 +05:30
parent 75a8f884c0
commit cc6bb13a55

View file

@ -176,6 +176,9 @@ nnoremap <Leader>gc :Gcommit --signoff<CR>
nnoremap <Leader>gp :Git! push<CR>
nnoremap <Leader>gu :Git! push -u
nnoremap <Leader>gr :Git! remote -v<CR>
" For Cscope
nnoremap <Leader>cu :!cscope -Rbq<CR>
nnoremap <Leader>cr :cs reset<CR>
" Quickfix
nnoremap <Leader>fn :cnext<CR>