Remove semicolon mapping; semicolon is used to repeat last find command

This commit is contained in:
Yan Pritzker 2012-03-06 15:44:41 -08:00
parent 127a970c68
commit 103b500492

View File

@ -42,9 +42,6 @@ nnoremap <D-"> ci"
" Add spaces around a symbol with Ctrl-Space
nnoremap <C-Space> i <esc><right>a <esc>
" Don't have to use Shift to get into command mode, just hit semicolon
nnoremap ; :
"Go to last edit location with ,.
nnoremap ,. '.