summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-07-29 15:58:26 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-07-29 15:58:26 +0200
commita527acffe47c8a40371562224e737300af7a54e9 (patch)
treee1a4d0bde9c0d7fa585735f12eec437390cfee8c /vimrc
parenta17babdce2199b227ea42af6fc450f240c940ce7 (diff)
downloadvim-a527acffe47c8a40371562224e737300af7a54e9.zip
vim-a527acffe47c8a40371562224e737300af7a54e9.tar.gz
use <C-r> <C-t> for ctags jumps
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 479b265..84e45ad 100644
--- a/vimrc
+++ b/vimrc
@@ -70,8 +70,8 @@ nmap <leader>l :set list!<CR>
" remap vim-comentary : nmap \\ <Plug>Commentary
map <C-c> \\\
-" jump to definition, <C-t> to jump back to the call
-nmap <C-y> g<C-]>
+" <C-r> jump to definition, <C-t> to jump back to the call
+nmap <C-r> g<C-]>
inoremap <C-x> <C-X><C-]>
" Don't use Ex mode, use Q for formatting