Add Cmd-' and Cmd-" for change inside strings
This commit is contained in:
parent
6f762ffe4e
commit
fde791db06
@ -29,6 +29,11 @@ imap <silent> <D-k> _
|
||||
imap <silent> <D-d> _
|
||||
imap <silent> <D-K> -
|
||||
imap <silent> <D-D> -
|
||||
|
||||
" Change inside quotes with Cmd-" and Cmd-'
|
||||
nnoremap <D-'> ci'
|
||||
nnoremap <D-"> ci"
|
||||
|
||||
" Don't have to use Shift to get into command mode, just hit semicolon
|
||||
nnoremap ; :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user