stupid curly braces mapping

main
Steffen Becker 12 years ago
parent 041d3aa019
commit 043fe7cd56

@ -1 +1 @@
Subproject commit 6515bd43acc28c86fcf3bea64ce8a6b3d7db19ff
Subproject commit 1eb4a9f7e32d0da674fbd58c6993f2d27bcecee3

@ -1 +1 @@
Subproject commit a599ac8ecede3a30f5a89e6f9f704d97a04f982e
Subproject commit 6148d1381064d4103f4a7fb911bf6200ad1f4587

@ -104,7 +104,7 @@ vnoremap / /\v
nnoremap <tab> <C-w><C-w>
nnoremap <S-tab> <C-w>W
" custom shift-tab mapping -- opens new { } and blank line
inoremap { {<Esc>i <Esc>o<CR>}<Esc>ki<tab>
inoremap <S-tab> {<Esc>i <Esc>o<CR>}<Esc>ki<tab>
" Search mappings: These will make it so that going to the next one in a
" search will center on the line it's found in.

Loading…
Cancel
Save