slightly better brace/quotes completion
This commit is contained in:
parent
ff6c79bbd9
commit
84fb28eac9
2
vimrc
2
vimrc
|
@ -178,7 +178,7 @@ nnoremap <Esc>l :vertical resize +1<CR>
|
||||||
nnoremap <Esc>h :vertical resize -1<CR>
|
nnoremap <Esc>h :vertical resize -1<CR>
|
||||||
|
|
||||||
" brace/quotes completion
|
" brace/quotes completion
|
||||||
inoremap {{ {<CR><CR>}<Up>
|
inoremap {{ {<CR><Tab><CR>}<Up><Right>
|
||||||
inoremap (( ()<Left>
|
inoremap (( ()<Left>
|
||||||
inoremap "" ""<Left>
|
inoremap "" ""<Left>
|
||||||
inoremap '' ''<Left>
|
inoremap '' ''<Left>
|
||||||
|
|
Loading…
Reference in New Issue