Move Gundo preview window to the bottom of the screen
This commit is contained in:
parent
11e474b35c
commit
2f9403bc9a
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -124,6 +124,9 @@ endif
|
|||
" tell SnipMate who I am
|
||||
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
||||
|
||||
" 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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue