From 661b9c13c25a1b90dee06c68b8822ca34d423010 Mon Sep 17 00:00:00 2001 From: Javier Tia Date: Tue, 5 May 2015 09:24:59 -0600 Subject: [PATCH] Remove map semicolon to colon This overwrites the original mapping of repeating the last f/F/t/T command. --- .vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vimrc b/.vimrc index d892c4397..68279851a 100644 --- a/.vimrc +++ b/.vimrc @@ -372,10 +372,6 @@ vnoremap H ^ vnoremap L g_ - "use ; to go to command line - nnoremap ; : - vnoremap ; : - " Most prefer to toggle search highlighting rather than clear the current " search results. To clear search highlighting rather than toggle it on " and off, add the following to your .vimrc.before.local file: