aboutsummaryrefslogtreecommitdiff
path: root/vim/gvimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-22 00:13:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-22 00:13:37 +1200
commitbd0f6a19426fe934f6c90d4a73fa657774d2cc1f (patch)
tree1b3af4af4d86c03748755a4404eacb2df398d48a /vim/gvimrc
parentSpin out select_old_files.vim into distro (diff)
downloaddotfiles-bd0f6a19426fe934f6c90d4a73fa657774d2cc1f.tar.gz
dotfiles-bd0f6a19426fe934f6c90d4a73fa657774d2cc1f.zip
Revert to vimrc filename
Diffstat (limited to 'vim/gvimrc')
-rw-r--r--vim/gvimrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/vim/gvimrc b/vim/gvimrc
new file mode 100644
index 00000000..ccccc20e
--- /dev/null
+++ b/vim/gvimrc
@@ -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=