Skip to content

Commit 5bf6f55

Browse files
committed
CTRL+\ to jump to the next tag (when CTRL+] finds duplicates)
1 parent 20ccf1e commit 5bf6f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ map <Leader><Leader> :ZoomWin<CR>
4545
4646
" CTags
4747
map <Leader>rt :!ctags --extra=+f -R *<CR><CR>
48+
map <C-\> :tnext<CR>
4849
4950
" Remember last location in file
5051
if has("autocmd")

0 commit comments

Comments
 (0)