summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e3ca33f..cab8083 100644
--- a/vimrc
+++ b/vimrc
@@ -366,6 +366,9 @@ if $SHELL =~ 'zsh' && exists('g:_zsh_hist_fname')
endfunction
endif
" }}}
+" start with the current fold open {{{
+au BufEnter * normal zv
+" }}}
" Misc {{{
autocmd BufWritePost *conkyrc silent exe "!killall -HUP conky"
" }}}