]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: map <C-]> to tjump
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:48:45 +0000 (14:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:48:45 +0000 (14:48 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 25688a68e958f2f260baac797ec7d5e02be92daf..c9726f2bbcfc6e85b5e19bded501f4b55a350713 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -531,6 +531,11 @@ cmap <Left>  <Nop>
 cnoremap <C-P> <Up>
 cnoremap <C-N> <Down>
 
+" Use :tjump to lookup tags (instead of :tag) which lists all available tags
+" if there's more than one match. This is really helpful in larger projects
+" where tags may occur multiple times.
+nnoremap <C-]> g<C-]>
+
 if has('eval')
 " Don't move the cursor to the first column for certain scroll commands (<C-F,
 " <C-B>, <C-D>, <C-U>). Thanks to jamessan in #vim on Freenode (2011-08-31