aboutsummaryrefslogtreecommitdiff
path: root/vim/gvimrc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/gvimrc.vim')
-rw-r--r--vim/gvimrc.vim16
1 files changed, 16 insertions, 0 deletions
diff --git a/vim/gvimrc.vim b/vim/gvimrc.vim
new file mode 100644
index 00000000..ccccc20e
--- /dev/null
+++ b/vim/gvimrc.vim
@@ -0,0 +1,16 @@
+" On Windows, use a nicer font that supports Unicode
+if has('win32') || has('win64')
+ set guifont=Consolas:h10
+endif
+
+" Reset GUI options
+set guioptions=
+set guioptions+=a " Use the system GUI clipboard
+set guioptions+=c " Use console dialogs, not popup windows
+set guioptions+=M " Don't load menu.vim (also set in .vimrc)
+
+" Don't use the mouse
+set mouse=
+
+" Clear 't_vb' again, since starting the GUI sets it
+set t_vb=