aboutsummaryrefslogtreecommitdiff
path: root/vim/gvimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/gvimrc')
-rw-r--r--vim/gvimrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/vim/gvimrc b/vim/gvimrc
deleted file mode 100644
index ccccc20e..00000000
--- a/vim/gvimrc
+++ /dev/null
@@ -1,16 +0,0 @@
-" 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=