updated
This commit is contained in:
parent
04ae09e8d2
commit
2dceef5bd0
|
@ -100,24 +100,23 @@ nnoremap <space>qn :cnewer<CR>
|
||||||
" insert mode mappings
|
" insert mode mappings
|
||||||
"{{{
|
"{{{
|
||||||
inoremap RR <c-o>:reg<cr>
|
inoremap RR <c-o>:reg<cr>
|
||||||
|
inoremap :w<cr> :w<cr>
|
||||||
|
inoremap [:w<cr> :w<cr>
|
||||||
|
inoremap {:w<cr> :w<cr>
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" brace/quotes completion
|
" brace/quotes completion
|
||||||
"{{{
|
"{{{
|
||||||
inoremap { {}<left>
|
inoremap {{ {}<left>
|
||||||
inoremap {} {}
|
|
||||||
inoremap {<CR> {<CR>}<C-o>O
|
inoremap {<CR> {<CR>}<C-o>O
|
||||||
inoremap {; {<CR>};<C-o>O
|
inoremap {; {<CR>};<C-o>O
|
||||||
inoremap {{ {{}}<Left><Left>
|
inoremap {{{ {{}}<Left><Left>
|
||||||
inoremap {{{ {{
|
|
||||||
|
|
||||||
inoremap ( ()<Left>
|
inoremap (( ()<Left>
|
||||||
inoremap () ()
|
|
||||||
inoremap (<CR> (<CR>)<C-o>O
|
inoremap (<CR> (<CR>)<C-o>O
|
||||||
inoremap (; ();<Left><Left>
|
inoremap (; ();<Left><Left>
|
||||||
|
|
||||||
inoremap [ []<Left>
|
inoremap [[ []<Left>
|
||||||
inoremap [] []
|
|
||||||
inoremap [<CR> [<CR>]<C-o>O
|
inoremap [<CR> [<CR>]<C-o>O
|
||||||
|
|
||||||
inoremap "" ""<Left>
|
inoremap "" ""<Left>
|
||||||
|
|
Loading…
Reference in New Issue