From 2e2bd3b3bb2bdb389c2ecb14a66c49ce315d942c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 19 Nov 2012 11:04:14 -0500 Subject: [PATCH] remove the semicolon remap. I actually want to use the f command. --- .vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vimrc b/.vimrc index 93044df..19f84f7 100644 --- a/.vimrc +++ b/.vimrc @@ -109,9 +109,6 @@ imap => " set esc to imap -" remap semicolon -nmap ; : - " suspend process nmap z @@ -321,7 +318,6 @@ function! RunTests(filename) end endfunction - " From http://vim.wikia.com/wiki/Move_current_window_between_tabs " Moves a window from one tab to another. function MoveToPrevTab()