Parcourir la source

Add tag more ergonomic tag stack navigation

Andrew Swistak il y a 8 ans
Parent
commit
608890794e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      vimrc

+ 2 - 1
vimrc

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