diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2011-03-01 12:26:04 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2011-03-01 12:26:04 +1300 |
commit | 49fb61deaed496bc29f129b6aab966107c494a9b (patch) | |
tree | 6f61e42ef10fd52c4d7b06365275fcfcb66b7fa1 /vim/gvimrc | |
parent | Stop both audio and visual bells. (diff) | |
download | dotfiles-49fb61deaed496bc29f129b6aab966107c494a9b.tar.gz dotfiles-49fb61deaed496bc29f129b6aab966107c494a9b.zip |
Added GUI vimrc
Diffstat (limited to 'vim/gvimrc')
-rw-r--r-- | vim/gvimrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/gvimrc b/vim/gvimrc new file mode 100644 index 00000000..81148013 --- /dev/null +++ b/vim/gvimrc @@ -0,0 +1,5 @@ +try + set guifont=Inconsolata\ 10 +catch +endtry +set guioptions=aci |