Remove map semicolon to colon

This overwrites the original mapping of repeating the last f/F/t/T
command.
This commit is contained in:
Javier Tia 2015-05-05 09:24:59 -06:00
parent 6ddb460499
commit 661b9c13c2

4
.vimrc
View File

@ -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: