mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-04-09 06:29:29 +08:00
Merge b547f2366916ba3119f1601e4f4cce1fe8abbde1 into 604f1a6f39705a83c02dd94b7ff2db1d3ff136f7
This commit is contained in:
commit
c808ff3c26
@ -61,3 +61,11 @@ set updatecount =100
|
|||||||
set undofile
|
set undofile
|
||||||
set undodir =$HOME/.vim/files/undo/
|
set undodir =$HOME/.vim/files/undo/
|
||||||
set viminfo ='100,n$HOME/.vim/files/info/viminfo
|
set viminfo ='100,n$HOME/.vim/files/info/viminfo
|
||||||
|
|
||||||
|
" Auto close pairs
|
||||||
|
inoremap { {}<Esc>ha
|
||||||
|
inoremap ( ()<Esc>ha
|
||||||
|
inoremap [ []<Esc>ha
|
||||||
|
inoremap " ""<Esc>ha
|
||||||
|
inoremap ' ''<Esc>ha
|
||||||
|
inoremap ` ``<Esc>ha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user