summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-11-25 17:25:37 -0500
committerJune McEnroe <programble@gmail.com>2014-11-25 17:25:37 -0500
commit276740f5ae63745d5edaf5e7e914f54585fedfe3 (patch)
treed1961c1263489ec2a50c5f8ceab17f0938f4a97d /.vimrc
parentAdd ~/.bin to the path (diff)
downloadsrc-276740f5ae63745d5edaf5e7e914f54585fedfe3.tar.gz
src-276740f5ae63745d5edaf5e7e914f54585fedfe3.zip
Use ProFont 11 in Vim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 96346a89..fb302857 100644
--- a/.vimrc
+++ b/.vimrc
@@ -107,7 +107,7 @@ set guioptions-=T
 set guioptions+=c
 
 " Use a font.
-set guifont=Monospace\ 9
+set guifont=ProFont:h11
 
 " Jump to the last cursor position when opening a file.
 au BufReadPost * if &filetype !~ '^git\c' && line("'\"") > 0 && line("'\"") <= line("$")