}} expand to {{}}

This commit is contained in:
ManjaroOne666 2017-10-17 15:58:44 +01:00
parent de6bcc2023
commit f6bb9f345d
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

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