From 02c99e72fcd80268f44b86e6698236d3faf7c33d Mon Sep 17 00:00:00 2001 From: James Daniels Date: Wed, 22 Dec 2010 14:22:32 -0500 Subject: [PATCH] More changes: font, backups, and gui --- vim/gvimrc | 6 +++++- vim/vimrc | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/vim/gvimrc b/vim/gvimrc index 09cdf0d..e034d40 100755 --- a/vim/gvimrc +++ b/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. @@ -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 diff --git a/vim/vimrc b/vim/vimrc index 4b2e96b..d767bac 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -88,4 +88,7 @@ map 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