nvim: init.vim: Add shortcuts for cscope update & reinit
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
75a8f884c0
commit
cc6bb13a55
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue