Skip to content

Commit

Permalink
update gvimrc (slightly smaller font size)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rehfeld committed Mar 20, 2013
1 parent d4fbc2a commit 0320383
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions gvimrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
" Example Vim graphical configuration.
" Copy to ~/.gvimrc or ~/_gvimrc.
" Vim graphical configuration.

set guifont=Inconsolata:h16 " Font family and font size.
set antialias " MacVim: smooth fonts.
set encoding=utf-8 " Use UTF-8 everywhere.
set guioptions-=T " Hide toolbar.
set guifont=Inconsolata:h15 " Font family and font size.
set antialias " MacVim: smooth fonts.
set encoding=utf-8 " Use UTF-8 everywhere.
set guioptions-=T " Hide toolbar.
set guioptions-=L
set guioptions-=r
set background=light " Background.
set lines=62 columns=204 " Window dimensions.
set background=light " Background.
set lines=62 columns=204 " Window dimensions.

set fuoptions=maxvert,maxhorz
map <leader>f :set invfullscreen<CR>
Expand Down

0 comments on commit 0320383

Please sign in to comment.