<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,8 +7,15 @@ imap &lt;D-]&gt; &lt;C-O&gt;:tabnext&lt;CR&gt;
 
 &quot; Unmap Apple+T so we can...
 macmenu &amp;File.New\ Tab key=&lt;nop&gt;
-&quot; Use it for FuzzyFinder
+
+&quot; Change Apple+T to TextMate Like Fuzzy Finder
 nnoremap &lt;D-t&gt; :FuzzyFinderTextMate&lt;CR&gt; 
 
+&quot; Unmap Apple+Shift+T so we can...
+macmenu &amp;File.Open\ Tab\.\.\. key=&lt;nop&gt;
+
+&quot; Change Apple+Shift+T to TextMate Like Fuzzy Finder
+nnoremap &lt;D-T&gt; :FuzzyFinderTag!&lt;CR&gt; 
+
 &quot; Run file in shell mode with ruby
 nnoremap &lt;D-r&gt; :Shell ruby %&lt;cr&gt;</diff>
      <filename>.gvimrc</filename>
    </modified>
    <modified>
      <diff>@@ -119,6 +119,16 @@
   nmap &lt;leader&gt;t :FuzzyFinderTextMate&lt;CR&gt; 
   let g:fuzzy_ignore = &quot;*.png;*.PNG;*.JPG;*.jpg;*.GIF;*.gif;vendor/**;coverage/**;tmp/**&quot;
   let g:fuzzy_matching_limit = 40
+  
+&quot; Use FuzzyFinder to replace built-in tag navigation :tag and &lt;C-]&gt;:
+  nnoremap &lt;silent&gt; &lt;C-f&gt;&lt;C-t&gt; :FuzzyFinderTag!&lt;CR&gt;
+  nnoremap &lt;silent&gt; &lt;C-]&gt;      :FuzzyFinderTag! &lt;C-r&gt;=expand('&lt;cword&gt;')&lt;CR&gt;&lt;CR&gt;
+  
+  &quot; Add RebuildTagsFile function/command
+  function! s:RebuildTagsFile()
+    !ctags -R --exclude=coverage --exclude=vendor *
+  endfunction
+  command! -nargs=0 RebuildTagsFile call s:RebuildTagsFile()
 
 &quot; Run file with...
   nmap &lt;leader&gt;sf :Shell script/spec -fn %&lt;CR&gt;
@@ -156,7 +166,6 @@
   let Tlist_Use_Right_Window = 1
   let Tlist_Exit_OnlyWindow = 1 &quot;Exit if only the taglist is open
   let Tlist_File_Fold_Auto_Close = 1 &quot; Only auto expand the current file
-  nmap &lt;leader&gt;ta ::TlistAddFilesRecursive app&lt;CR&gt;TlistAddFilesRecursive lib&lt;CR&gt;TlistAddFilesRecursive public/stylesheets&lt;CR&gt;
   nmap &lt;F3&gt; :TlistToggle&lt;CR&gt;
 
 &quot; NERDTree {{{
@@ -164,7 +173,6 @@
   let NERDTreeHighlightCursorline = 1
   let NERDTreeShowBookmarks = 1
   let NERDTreeShowHidden = 1
-
   nmap &lt;F2&gt; :NERDTreeToggle&lt;CR&gt;
 
 &quot; NERDComment {{{</diff>
      <filename>.vimrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>016fb81346375def7a1dbabdef05c58de744f243</id>
    </parent>
  </parents>
  <author>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </author>
  <url>http://github.com/technicalpickles/bringing-vim-to-the-people/commit/9e545ee6433c45f9d5357c951445c65e9eb26e08</url>
  <id>9e545ee6433c45f9d5357c951445c65e9eb26e08</id>
  <committed-date>2009-02-15T17:44:59-08:00</committed-date>
  <authored-date>2009-02-15T17:44:59-08:00</authored-date>
  <message>Adding in CMD-Shift-T to search tags, and RebuildTagsFile to rebuild them using ctags</message>
  <tree>a62bc108b2cef9e99ef347f83ba3839ec7078793</tree>
  <committer>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </committer>
</commit>
