aboutsummaryrefslogtreecommitdiff
path: root/vim/gvimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-20 10:19:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-20 10:22:49 +1200
commit07e10e0c6cf47e92d92855671f9ea26e9a1ac575 (patch)
tree29ba15593d871d2a4a391f3345b5dc944da356d6 /vim/gvimrc
parentMerge branch 'release/v6.34.0' into develop (diff)
downloaddotfiles-07e10e0c6cf47e92d92855671f9ea26e9a1ac575.tar.gz
dotfiles-07e10e0c6cf47e92d92855671f9ea26e9a1ac575.zip
Rename vimrc and gvimrc to have .vim suffix
Since they don't need to have the same names when installed, this makes it marginally easier to set filetypes without special paths.
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=