improved baces

This commit is contained in:
ManjaroOne666 2018-05-13 20:46:53 +01:00
parent 778c852f1e
commit 110cc29feb
1 changed files with 2 additions and 0 deletions

View File

@ -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>