diff options
author | June McEnroe <june@causal.agency> | 2014-11-25 17:25:37 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-11-25 17:25:37 -0500 |
commit | 0ba150756721ecb01bc91ad536e9683e6c9ee5fc (patch) | |
tree | 7a460ed09bee9640c67b1ff8ae9c2aa1e35b03a6 | |
parent | Add ~/.bin to the path (diff) | |
download | src-0ba150756721ecb01bc91ad536e9683e6c9ee5fc.tar.gz src-0ba150756721ecb01bc91ad536e9683e6c9ee5fc.zip |
Use ProFont 11 in Vim
-rw-r--r-- | .vimrc | 2 |
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("$") |