Skip to content

Commit

Permalink
Add Gtags binding
Browse files Browse the repository at this point in the history
  • Loading branch information
meryngii committed Feb 23, 2017
1 parent c067d1b commit 6c14765
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nvim/init.vim
Expand Up @@ -206,6 +206,10 @@ tnoremap <Esc> <C-\><C-n>
nnoremap <silent> <C-S> :<C-u>update<CR>
inoremap <silent> <C-S> <C-o>:<C-u>update<CR>
" Ctrl + j : Jump using Gtags.
nnoremap <silent> <C-J> :<C-u>GtagsCursor<CR>
inoremap <silent> <C-J> <C-o>:<C-u>GtagsCursor<CR>
" [Space]c : Change the current directory to the opened file.
nnoremap <silent> [Space]c :<C-u>cd %:p:h<CR>:<C-u>pwd<CR>
Expand Down

0 comments on commit 6c14765

Please sign in to comment.