Merged master config
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -4,3 +4,9 @@
|
||||
[submodule "bundle/vim-erlang"]
|
||||
path = bundle/vim-erlang
|
||||
url = git://github.com/jimenezrick/vimerl.git
|
||||
[submodule "bundle/surround"]
|
||||
path = bundle/surround
|
||||
url = git://github.com/tpope/vim-surround.git
|
||||
[submodule "bundle/snipmate"]
|
||||
path = bundle/snipmate
|
||||
url = git://github.com/msanders/snipmate.vim.git
|
||||
|
||||
1
bundle/snipmate
Submodule
1
bundle/snipmate
Submodule
Submodule bundle/snipmate added at f5a75d075d
1
bundle/surround
Submodule
1
bundle/surround
Submodule
Submodule bundle/surround added at 6f0984a5ca
10
vimrc
10
vimrc
@@ -30,6 +30,10 @@ nnoremap k gk
|
||||
imap jj <Esc>
|
||||
|
||||
"Autoexit to normal mode
|
||||
au CursorHoldI * stopinsert
|
||||
au InsertEnter * let updaterestore=&updatetime | set updatetime=15000
|
||||
au InsertLeave * let &updatetime=updaterestore
|
||||
if has("autocmd")
|
||||
au CursorHoldI * stopinsert
|
||||
au InsertEnter * let updaterestore=&updatetime | set updatetime=15000
|
||||
au InsertLeave * let &updatetime=updaterestore
|
||||
endif
|
||||
|
||||
set autoread "automatically reload files
|
||||
|
||||
Reference in New Issue
Block a user