}} expand to {{}}
This commit is contained in:
parent
de6bcc2023
commit
f6bb9f345d
1
vimrc
1
vimrc
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue