slightly better brace/quotes completion

This commit is contained in:
ManjaroOne666 2017-09-18 22:11:09 +01:00
parent ff6c79bbd9
commit 84fb28eac9
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -178,7 +178,7 @@ nnoremap <Esc>l :vertical resize +1<CR>
nnoremap <Esc>h :vertical resize -1<CR>
" brace/quotes completion
inoremap {{ {<CR><CR>}<Up>
inoremap {{ {<CR><Tab><CR>}<Up><Right>
inoremap (( ()<Left>
inoremap "" ""<Left>
inoremap '' ''<Left>