Skip to content

Commit

Permalink
Changes code font for MacVim
Browse files Browse the repository at this point in the history
  • Loading branch information
vesan committed Oct 20, 2017
1 parent 4effeca commit 6026cee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gvimrc
@@ -1,14 +1,13 @@
set guifont=DejaVu\ Sans\ Mono:h14 " Font family and font size.
set gfn=Menlo\ Regular:h14
set antialias " MacVim: smooth fonts.
set encoding=utf-8 " Use UTF-8 everywhere.
set guioptions-=T " Hide toolbar.
set lines=62 columns=120 " Window dimensions.
set lines=62 columns=100 " Window dimensions.

" set guioptions-=r " Don't show right scrollbar

if has("gui_macvim")
macmenu &File.New\ Tab key=<nop>
map <D-t> <Plug>PeepOpen
map <D-r> :Rake<cr>
end

Expand Down

0 comments on commit 6026cee

Please sign in to comment.