<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,6 +9,7 @@ autocmd FileType ruby,eruby set omnifunc=rubycomplete#Complete
 autocmd FileType ruby,perl,tex set shiftwidth=2
  
 autocmd FileType c,cpp,java,javascript,python,xml,xhtml,html set shiftwidth=2
+autocmd FileType c,cpp,java,php,rb,erb,yml,txt,README autocmd BufWritePre &lt;buffer&gt; :call setline(1,map(getline(1,&quot;$&quot;),'substitute(v:val,&quot;\\s\\+$&quot;,&quot;&quot;,&quot;&quot;)'))
  
 augroup filetypedetect
 	au! BufNewFile,BufRead *.ch setf cheat
@@ -36,6 +37,7 @@ set guifont=Monaco:h10
 set guitablabel=%M%t
 set nobackup
 set nowritebackup
+set noswapfile
 set path=$PWD/public/**,$PWD/**
 filetype plugin indent on &quot; Enable filetype-specific indenting and plugins
 set sessionoptions=blank,buffers,curdir,folds,help,resize,tabpages,winsize
@@ -57,13 +59,13 @@ if has(&quot;gui_running&quot;)
     colorscheme candycode
     &quot;colorscheme lettuce
     set lines=45
-    set columns=115
-    syntax on                 &quot; Enable syntax highlighting
-    set noantialias
+    set columns=150
 else
-&quot;    set term=ansi
-    syntax on
+    &quot;set term=ansi
+    set mouse=a
 endif
+set antialias
+syntax on
 
 &quot; Load matchit (% to bounce from do to end, etc.)
 runtime! macros/matchit.vim
@@ -77,12 +79,25 @@ augroup myfiletypes
 augroup END
 let g:proj_flags=&quot;imstg&quot;
 nmap &lt;silent&gt; &lt;Leader&gt;p :NERDTreeToggle&lt;CR&gt;
-map &lt;leader&gt;t :FuzzyFinderTextMate&lt;CR&gt;
+map &lt;leader&gt;&lt;leader&gt; :FuzzyFinderTextMate&lt;CR&gt;
 map &lt;leader&gt;b :FuzzyFinderBuffer&lt;CR&gt;
+map &lt;leader&gt;r :FuzzyFinderTextMateRefreshFiles&lt;CR&gt;
 map &lt;leader&gt;] :FuzzyFinderMruFile&lt;CR&gt;
 map &lt;leader&gt;b :FuzzyFinderBuffer&lt;CR&gt;
 map &lt;leader&gt; :FuzzyFinderBuffer&lt;CR&gt;
-map ,t :Rake&lt;CR&gt;
+map ,r :w&lt;CR&gt;:!ruby %&lt;CR&gt;
 let g:fuzzy_ceiling=20000
-let g:fuzzy_matching_limit=25
+let g:fuzzy_enumerating_limit=25
+let g:fuzzy_ignore = &quot;*.png,*.jpg,*.gif,*.log&quot;
 se cursorline
+set wildchar=&lt;Tab&gt; wildmenu wildmode=full
+set wildcharm=&lt;C-Z&gt;
+nnoremap ,, :b &lt;C-Z&gt;
+let NERDTreeMouseMode=2
+let NERDTreeWinPos=&quot;right&quot;
+set foldmethod=indent
+set foldnestmax=10
+set nofoldenable
+set foldlevel=1
+vmap gb :&lt;C-U&gt;!git blame &lt;C-R&gt;=expand(&quot;%:p&quot;) &lt;CR&gt; \| sed -n &lt;C-R&gt;=line(&quot;'&lt;&quot;)&lt;CR&gt;,&lt;C-R&gt;=line(&quot;'&gt;&quot;) &lt;CR&gt;p&lt;CR&gt;
+</diff>
      <filename>.vimrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3afbc62a2709a0ec2e97f6ed965b2cddf86276f</id>
    </parent>
  </parents>
  <author>
    <name>Rich Manalang</name>
    <email>rich.manalang@gmail.com</email>
  </author>
  <url>http://github.com/manalang/vim-config/commit/f29e33fefe90af127172551ec8d65902fd02472d</url>
  <id>f29e33fefe90af127172551ec8d65902fd02472d</id>
  <committed-date>2009-05-06T09:50:03-07:00</committed-date>
  <authored-date>2009-05-06T09:50:03-07:00</authored-date>
  <message>forgot vimrc</message>
  <tree>18a83f9bc342aaa218097047f7cc82bf094949f2</tree>
  <committer>
    <name>Rich Manalang</name>
    <email>rich.manalang@gmail.com</email>
  </committer>
</commit>
