Skip to content

Commit

Permalink
More changes: font, backups, and gui
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Dec 22, 2010
1 parent 17f997d commit 02c99e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vim/gvimrc
@@ -1,7 +1,7 @@
" Example Vim graphical configuration.
" Copy to ~/.gvimrc or ~/_gvimrc.

set guifont=Mensch-Regular:h13 " Font family and font size.
set guifont=Mensch-Regular:h11 " Font family and font size.
set antialias " MacVim: smooth fonts.
set encoding=utf-8 " Use UTF-8 everywhere.
set guioptions-=T " Hide toolbar.
Expand All @@ -12,3 +12,7 @@ set guioptions-=r " Don't show right scrollbar

colorscheme vividchalk
set fuopt+=maxhorz " Properly expands horizonal size in fullscreen mode
set guioptions=aAce

set nobackup
set nuw=6
3 changes: 3 additions & 0 deletions vim/vimrc
Expand Up @@ -88,4 +88,7 @@ map <leader>tm :tabmove
" For the MakeGreen plugin and Ruby RSpec. Uncomment to use.
autocmd BufNewFile,BufRead *_spec.rb compiler rspec

set clipboard=unnamed

set nobackup
set noswapfile

0 comments on commit 02c99e7

Please sign in to comment.