use alt for more mappings

This commit is contained in:
Nikolai B 2014-07-17 14:37:45 +01:00
parent 32c099214f
commit 9260dc8b78

View File

@ -21,12 +21,12 @@ imap <silent> <C-D> -
" Change inside various enclosures with Ctrl-" and Ctrl-'
" The f makes it find the enclosure so you don't have
" to be standing inside it
nnoremap <C-'> f'ci'
nnoremap <C-"> f"ci"
nnoremap <C-(> f(ci(
nnoremap <C-)> f)ci)
nnoremap <C-[> f[ci[
nnoremap <C-]> f]ci]
nnoremap <A-'> f'ci'
nnoremap <A-"> f"ci"
nnoremap <A-(> f(ci(
nnoremap <A-)> f)ci)
nnoremap <A-[> f[ci[
nnoremap <A-]> f]ci]
" ==== NERD tree
" Ctrl-Shift-N for nerd tree