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