1
0
mirror of https://github.com/gryf/.vim.git synced 2026-02-20 01:55:48 +01:00

Removed graphical widget (now gvim behaves), updated gundo.

This commit is contained in:
2011-03-16 20:23:44 +01:00
parent 7f00fc222e
commit 0733639e72
4 changed files with 9 additions and 5 deletions

6
.vimrc
View File

@@ -310,8 +310,10 @@ if has('gui_running')
"set guifont=Consolas\ 12 "I like this font, but it looks like crap on linux
set guifont=Fixed\ 14 "I like this font better.
set mouse=a "Enable mouse support
set guioptions-=T "No toolbar
set guioptions-=m "Nor menu
"No toolbar, menu, scrollbars, draw simple text tabs. This would keep
"window in one place, and also this will conserve space. Tabs are huge
"under GTK.
set guioptions=agit
"add menuitem OpenInFirefox
nmenu 666 PopUp.&Open\ in\ browser :call OpenInFirefox()<cr>
"Turn off annoying beep