aboutsummaryrefslogtreecommitdiff
path: root/vim/gvimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:13:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:13:56 +1200
commite74222343102373c363f7950eb7f38cbb0bf6c4e (patch)
treea937ba378d03c8b6d2d05bce9bd217de0ad793ff /vim/gvimrc
parentFix typo in comment (diff)
downloaddotfiles-e74222343102373c363f7950eb7f38cbb0bf6c4e.tar.gz
dotfiles-e74222343102373c363f7950eb7f38cbb0bf6c4e.zip
More verbose comments for gvimrc too
Diffstat (limited to 'vim/gvimrc')
-rw-r--r--vim/gvimrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/vim/gvimrc b/vim/gvimrc
index 725bbbed..09ff824f 100644
--- a/vim/gvimrc
+++ b/vim/gvimrc
@@ -1,9 +1,17 @@
-" GUI
+" My choice of font changes depending on which operating system I'm using;
+" these are both workable monospace fonts, but Ubuntu Mono doesn't render very
+" nicely on Windows a lot of the time
if has("unix")
silent! set guifont=Ubuntu\ Mono\ 12
else
silent! set guifont=Consolas:h11
endif
+
+" Use the system GUI clipboard; use console dialogs instead of popup windows;
+" use the gVim icon
set guioptions=aci
+
+" When the GUI starts, t_vb is reset to its default value, so it's necessary
+" to repeat this line from my .vimrc file that turns off visual bells
set visualbell t_vb=