Add Cmd-' and Cmd-" for change inside strings

This commit is contained in:
yan 2012-01-06 10:33:00 -08:00
parent 6f762ffe4e
commit fde791db06

View File

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