summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-26 18:26:02 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-26 18:30:55 -0400
commit6df92e6d7d8381a74b44b9441328c6386a4ccc34 (patch)
treedbe97fef6d534aa21595f64383378155aa29787e /vimrc
parent7d554dbfe86211973caf09cb4348e0f33d2335f9 (diff)
downloadconf-6df92e6d7d8381a74b44b9441328c6386a4ccc34.tar.gz
conf-6df92e6d7d8381a74b44b9441328c6386a4ccc34.zip
don't want to do this every time i come back to an open buffer
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 1de970c..cfbed43 100644
--- a/vimrc
+++ b/vimrc
@@ -369,7 +369,7 @@ if $SHELL =~ 'zsh' && exists('g:_zsh_hist_fname')
endif
" }}}
" start with the current fold open {{{
-au BufEnter * normal zv
+au BufReadPost * normal zv
" }}}
" Misc {{{
autocmd BufWritePost *conkyrc silent exe "!killall -HUP conky"