Remove semicolon mapping; semicolon is used to repeat last find command
This commit is contained in:
parent
127a970c68
commit
103b500492
@ -42,9 +42,6 @@ nnoremap <D-"> ci"
|
|||||||
" Add spaces around a symbol with Ctrl-Space
|
" Add spaces around a symbol with Ctrl-Space
|
||||||
nnoremap <C-Space> i <esc><right>a <esc>
|
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 ,.
|
"Go to last edit location with ,.
|
||||||
nnoremap ,. '.
|
nnoremap ,. '.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user