X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=c9726f2bbcfc6e85b5e19bded501f4b55a350713;hb=dce50a55e017a8b4af94e3a5d97d12dce38da551;hp=25688a68e958f2f260baac797ec7d5e02be92daf;hpb=7b893ef84922a2ef2c2355b9c8b58d43ea5dc07e;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 25688a6..c9726f2 100644 --- a/vimrc +++ b/vimrc @@ -531,6 +531,11 @@ cmap cnoremap cnoremap +" 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 g + if has('eval') " Don't move the cursor to the first column for certain scroll commands (, , ). Thanks to jamessan in #vim on Freenode (2011-08-31