From dce50a55e017a8b4af94e3a5d97d12dce38da551 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 18 Jun 2016 14:48:45 +0200 Subject: [PATCH] vimrc: map to tjump --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.2