From a8b1ea7fdeaf53cebb80b41f36492e80242efcde Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 8 Dec 2012 11:30:50 -0500 Subject: [PATCH] more mapping cleanup - avoid setting named mark --- vimrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 932e8e3..37be12c 100644 --- a/vimrc +++ b/vimrc @@ -68,13 +68,12 @@ map C# :set pasteO75A#yypO# :set nopasteA map c# :set pasteo75A#yypO# :set nopasteA map C* :set pasteO/74A*o 73A*A/O * :set nopasteA map c* :set pasteo/74A*o 73A*A/O * :set nopasteA -map ; :set pasteO;74A*o;*72A A*o;74A*0klll:set nopasteR -map 8 :set pasteo20A-A8<20A-:set nopaste0 -map m mz:%s///g:noh`z +map c; :set pasteO;74A*o;*72A A*o;74A*0klll:set nopasteR +map c8 :set pasteo20A-A8<20A-:set nopaste0 +map m m`:%s///g:noh`` map t :tabn map T :tabp -map s mz:%s/\v\s+$//`z -map f :set ts=8:retab:set ts=4 +map s m`:%s/\v\s+$//`` " jump to tag in a new tab map w :tab :tag " re-indent the following line how vim would automatically do it