This commit is contained in:
parent
fbc109cf93
commit
87ef8f5b5d
3
vimrc
3
vimrc
|
@ -152,7 +152,8 @@ 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><CR>}<Up>
|
||||||
inoremap {{{ {<CR><Tab><CR>};<Up><Right>
|
inoremap {{{ {<CR><Tab><CR>};<Up><Right>
|
||||||
inoremap }} {{}}<Left><Left>
|
inoremap }} {{}}<Left><Left>
|
||||||
inoremap (( ()<Left>
|
inoremap (( ()<Left>
|
||||||
|
|
Loading…
Reference in New Issue