}} expand to {{}}

This commit is contained in:
ManjaroOne666 2017-10-17 15:58:44 +01:00
commit f6bb9f345d

1
vimrc
View file

@ -154,6 +154,7 @@ nnoremap <leader>en :lnext<CR>
" brace/quotes completion
inoremap {{ {<CR><Tab><CR>}<Up><Right>
inoremap {{{ {<CR><Tab><CR>};<Up><Right>
inoremap }} {{}}<Left><Left>
inoremap (( ()<Left>
inoremap ((( ();<Left><Left>
inoremap "" ""<Left>