improved baces
This commit is contained in:
parent
778c852f1e
commit
110cc29feb
|
@ -100,12 +100,14 @@ inoremap RR <c-o>:reg<cr>
|
||||||
" brace/quotes completion
|
" brace/quotes completion
|
||||||
"{{{
|
"{{{
|
||||||
inoremap { {}<left>
|
inoremap { {}<left>
|
||||||
|
inoremap {} {}
|
||||||
inoremap {<CR> {<CR>}<C-o>O
|
inoremap {<CR> {<CR>}<C-o>O
|
||||||
inoremap {; {<CR>};<C-o>O
|
inoremap {; {<CR>};<C-o>O
|
||||||
inoremap {{ {{}}<Left><Left>
|
inoremap {{ {{}}<Left><Left>
|
||||||
inoremap {{{ {{
|
inoremap {{{ {{
|
||||||
|
|
||||||
inoremap ( ()<Left>
|
inoremap ( ()<Left>
|
||||||
|
inoremap () ()
|
||||||
inoremap (<CR> (<CR>)<C-o>O
|
inoremap (<CR> (<CR>)<C-o>O
|
||||||
inoremap (; ();<Left><Left>
|
inoremap (; ();<Left><Left>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue