浏览代码

show gundo preview window at the bottom

Too squish on the side.
Weiyi Lou 13 年之前
父节点
当前提交
40359b7c8a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      vim/vimrc

+ 3 - 1
vim/vimrc

@@ -224,7 +224,7 @@ nnoremap <silent> <expr> $ ScreenMovement("$")
 "" Plugin options
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""
 
- let g:NERDTreeQuitOnOpen = 1
+let g:NERDTreeQuitOnOpen = 1
 
 " Having problems showing NERDTree arrows in OS X
 if s:uname == "Darwin"
@@ -233,6 +233,8 @@ endif
 
 " let g:SuperTabDefaultCompletionType = 'context'
 
+let g:gundo_preview_bottom = 1
+
 
 """"""""
 "" Functions, the Givers of Power (in order of use)