<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>ftplugin/javascript.vim</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -16,6 +16,7 @@ let g:fuzzy_roots = ['~/src/digsby/src']
 
 let g:pyflakes_builtins = ['sentinel', 'Sentinel', '_']
 
+
 command KillPydevComments :%s/\s*#@UnresolvedImport\s*//g
 
 &quot; make Q format text instead of entering Ex mode
@@ -175,16 +176,19 @@ vnoremap &lt;C-S&gt; &lt;C-C&gt;:update&lt;CR&gt;
 inoremap &lt;C-S&gt; &lt;C-O&gt;:update&lt;CR&gt;
 
 &quot; &lt;Leader&gt;
+map &lt;Leader&gt;to :TracBrowser&lt;CR&gt;
+map &lt;Leader&gt;tl :TracLog&lt;CR&gt;
 
 map &lt;Leader&gt;b :Bug 
 map &lt;Leader&gt;r :Revision 
 
 &quot; maximize the window
-map &lt;Leader&gt;m :simalt ~x&lt;CR&gt;
+if (has(&quot;win32&quot;) || has(&quot;win64&quot;))
+    map &lt;Leader&gt;m :simalt ~x&lt;CR&gt;
+endif
 
 &quot; select the last thing pasted
 map &lt;Leader&gt;v `[v`]                     
-
 &quot;
 &quot; &lt;Leader&gt;V opens this file
 map &lt;Leader&gt;V :sp ~/vimfiles/.vimrc&lt;CR&gt;&lt;C-W&gt;_
@@ -202,3 +206,15 @@ map &lt;Leader&gt;j :e **/
 noremap &lt;silent&gt; &lt;leader&gt;xp &quot;_yiw:s/\(\%#\w\+\)\(\W\+\)\(\w\+\)/\3\2\1/&lt;cr&gt;&lt;c-o&gt;
 &quot; swap this word with the previous
 &quot;noremap &lt;silent&gt; &lt;Leader&gt;xp :s/\v(&lt;\k+&gt;)(.{-})(&lt;\k*%#\k*&gt;)/\3\2\1/&lt;CR&gt;
+&quot;
+
+&quot; &lt;Leader&gt;a selects whole buffer
+map &lt;Leader&gt;a ggVG
+
+&quot; highlight spelling errors with a bright orange curly line
+if has(&quot;gui_running&quot;)
+    highlight SpellBad term=underline gui=undercurl guisp=Orange
+endif
+
+:nnoremap &lt;Leader&gt;q :cn&lt;CR&gt;
+:nnoremap &lt;Leader&gt;Q :cN&lt;CR&gt;</diff>
      <filename>.vimrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eeb6e53154d3a8443c43bb5ec91b72ddff094e69</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Watters</name>
    <email>kevinwatters@gmail.com</email>
  </author>
  <url>http://github.com/kevinw/vim/commit/79215bc9254cf62816f25691cbcbbad0eeb1af91</url>
  <id>79215bc9254cf62816f25691cbcbbad0eeb1af91</id>
  <committed-date>2009-06-08T07:47:21-07:00</committed-date>
  <authored-date>2009-06-08T07:47:21-07:00</authored-date>
  <message>added javascript.vim for linting JS with quickfix</message>
  <tree>140656a50f1d9eae039e6de08b61f8d45d8564ff</tree>
  <committer>
    <name>Kevin Watters</name>
    <email>kevinwatters@gmail.com</email>
  </committer>
</commit>
