From 2f9403bc9a807b9db49b2132c677a4ef0444f60f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 24 Jan 2012 13:19:24 -0800 Subject: [PATCH] Move Gundo preview window to the bottom of the screen --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 342256e..b3ef1f1 100644 --- a/vimrc +++ b/vimrc @@ -124,6 +124,9 @@ endif " tell SnipMate who I am let g:snips_author = 'Eryn Wells ' +" set the Gundo preview window on the bottom +let g:gundo_preview_bottom = 1 + if has('gui_running') set cursorline if has('win32') || has('win64')