brace/quotes completion
This commit is contained in:
parent
e74b89a1c4
commit
ff6c79bbd9
7
vimrc
7
vimrc
|
@ -177,7 +177,12 @@ nnoremap <Esc>k :resize -1<CR>
|
||||||
nnoremap <Esc>l :vertical resize +1<CR>
|
nnoremap <Esc>l :vertical resize +1<CR>
|
||||||
nnoremap <Esc>h :vertical resize -1<CR>
|
nnoremap <Esc>h :vertical resize -1<CR>
|
||||||
|
|
||||||
|
" brace/quotes completion
|
||||||
|
inoremap {{ {<CR><CR>}<Up>
|
||||||
|
inoremap (( ()<Left>
|
||||||
|
inoremap "" ""<Left>
|
||||||
|
inoremap '' ''<Left>
|
||||||
|
inoremap [[ []<Left>
|
||||||
|
|
||||||
" abbreviations
|
" abbreviations
|
||||||
iabbrev adn and
|
iabbrev adn and
|
||||||
|
|
Loading…
Reference in New Issue