Configuration options for gitv plugin.
authorIain Patterson <me@iain.cx>
Wed, 29 Jan 2014 14:54:16 +0000 (14:54 +0000)
committerIain Patterson <me@iain.cx>
Mon, 3 Feb 2014 14:10:00 +0000 (14:10 +0000)
Open the view in horizontal mode if appropriate.
Tidy up windows on exit.

.vimrc

diff --git a/.vimrc b/.vimrc
index ad1d7e3..7f1a8f7 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1292,6 +1292,10 @@ endif "}}}1
 " localvimrc.
 let g:localvimrc_persistent=1
 
+" Gitv.
+let g:Gitv_OpenHorizontal='auto'
+let g:Gitv_WipeAllOnClose=1
+
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " Handle options only available in Vim 7.2 and above.
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""