Hit <ctrl-space> to put spaces around an equals sign
This commit is contained in:
parent
d08339b142
commit
5847ee19dd
@ -34,6 +34,9 @@ imap <silent> <D-D> -
|
||||
nnoremap <D-'> ci'
|
||||
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 ; :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user