summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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