From af18bdb0e7a6e370f8e82f6d9a9e487c24235ee1 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 30 Aug 2012 09:48:44 -0400 Subject: [PATCH] ,w to jump to tag in tab --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 4e218e8..8b59da7 100755 --- a/vimrc +++ b/vimrc @@ -63,7 +63,6 @@ if has("gui_running") runtime ftplugin/man.vim nmap K :Man set lines=50 - map ,w :winpos 769 153 set scrolloff=8 if &diff set columns=175 @@ -89,7 +88,7 @@ map ,s mz:%s/\v\s+$// 'z map ,f :set ts=8 :retab :set ts=4 map ,C ggVGc " jump to tag in a new tab -"map  :tab :tag  +map ,w :tab :tag  "nnoremap :TlistToggle " re-indent the following line how vim would automatically do it map ,j Ji