improved mappings
This commit is contained in:
parent
e818570450
commit
41dba4d863
|
@ -102,6 +102,7 @@ inoremap { {}<left>
|
|||
inoremap {<CR> {<CR>}<C-o>O
|
||||
inoremap {; {<CR>};<C-o>O
|
||||
inoremap {{ {{}}<Left><Left>
|
||||
inoremap {{{ {{
|
||||
|
||||
inoremap ( ()<Left>
|
||||
inoremap (<CR> (<CR>)<C-o>O
|
||||
|
@ -111,8 +112,10 @@ inoremap [ []<Left>
|
|||
inoremap [<CR> [<CR>]<C-o>O
|
||||
|
||||
inoremap "" ""<Left>
|
||||
inoremap """ ""
|
||||
inoremap "; "";<Left><Left>
|
||||
inoremap '' ''<Left>
|
||||
inoremap ''' ''
|
||||
inoremap '; '';<Left><Left>
|
||||
|
||||
inoremap ;; ;<esc>
|
||||
|
|
Loading…
Reference in New Issue