use alt for more mappings
This commit is contained in:
parent
32c099214f
commit
9260dc8b78
@ -21,12 +21,12 @@ imap <silent> <C-D> -
|
|||||||
" Change inside various enclosures with Ctrl-" and Ctrl-'
|
" Change inside various enclosures with Ctrl-" and Ctrl-'
|
||||||
" The f makes it find the enclosure so you don't have
|
" The f makes it find the enclosure so you don't have
|
||||||
" to be standing inside it
|
" to be standing inside it
|
||||||
nnoremap <C-'> f'ci'
|
nnoremap <A-'> f'ci'
|
||||||
nnoremap <C-"> f"ci"
|
nnoremap <A-"> f"ci"
|
||||||
nnoremap <C-(> f(ci(
|
nnoremap <A-(> f(ci(
|
||||||
nnoremap <C-)> f)ci)
|
nnoremap <A-)> f)ci)
|
||||||
nnoremap <C-[> f[ci[
|
nnoremap <A-[> f[ci[
|
||||||
nnoremap <C-]> f]ci]
|
nnoremap <A-]> f]ci]
|
||||||
|
|
||||||
" ==== NERD tree
|
" ==== NERD tree
|
||||||
" Ctrl-Shift-N for nerd tree
|
" Ctrl-Shift-N for nerd tree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user