2157c7ddedc9

vim: tweaks
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 09 Jun 2011 09:26:25 -0400
parents 1c13955b9317
children 91db90b881fc
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Tue Jun 07 15:31:53 2011 -0400
+++ b/vim/.vimrc	Thu Jun 09 09:26:25 2011 -0400
@@ -49,6 +49,9 @@
 " Save when losing focus
 au FocusLost * :wa
 
+" Resize splits when the window is resized
+au VimResized * exe "normal! \<c-w>="
+
 " Tabs, spaces, wrapping {{{
 
 set tabstop=4
@@ -617,7 +620,7 @@
 " OrgMode {{{
 let g:org_plugins = ['ShowHide', '|', 'Navigator', 'EditStructure', '|', 'Todo', 'Date', 'Misc']
 
-let g:org_todo_keywords = ['TODO', 'HOLD', '|', 'DONE']
+let g:org_todo_keywords = ['TODO', '|', 'DONE']
 let g:org_debug = 1
 " }}}
 " DirDiff {{{