Explorar o código

Remap jump backwards in tags

Andrew Swistak %!s(int64=8) %!d(string=hai) anos
pai
achega
4306fd29b9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      vimrc

+ 2 - 0
vimrc

@@ -110,6 +110,8 @@ nnoremap <silent>     (     :wincmd <<CR>
 nnoremap <silent> <leader>r :wincmd r<CR>
 nnoremap <silent> <leader>R :wincmd R<CR>
 
+" Jump backwards in tag stack
+nmap <C-[> <C-T>
 
 " ALt+d to duplicate a line, vmode version is best for SHIFT+V, not the others
 nmap Y y$