<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>&lt;p&gt;
For those of you who are not familiar with &lt;a href=&quot;vim.org&quot;&gt;vim&lt;/a&gt; (shame on you), it is a marvelously powerful text editor, which I use for coding and text editing in general (Latex, html, rails, ruby, etc). 
The only exception is scheme, for which I use &lt;a href=&quot;http://plt-scheme.org/&quot;&gt;DrScheme&lt;/a&gt;, but that is another story.
&lt;/p&gt;
&lt;p&gt;
Anyway, .vimrc is the file that sits on your home directory and configures the state your vim will be. Here is mine for the curious.

&lt;br /&gt;
&lt;div id=&quot;vim-code&quot; text=&quot;#ffffff&quot;&gt;&lt;font face=&quot;monospace&quot;&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;1 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; An example for a gvimrc/vimrc file.&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;2 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; The commands in this are executed when the GUI or vim is started.&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;3 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;4 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;Maintainer:&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Comment&quot;&gt;&amp;nbsp;&amp;nbsp; Bram Moolenaar &amp;lt;Bram@vim.org&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;5 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Last change:&amp;nbsp;&amp;nbsp;2001 Sep 02&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;6 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;7 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; To use it, copy it to&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;8 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for Unix and OS/2:&amp;nbsp;&amp;nbsp;~/.gvimrc&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;9 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for Amiga:&amp;nbsp;&amp;nbsp;s:.gvimrc&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;10 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&amp;nbsp;&amp;nbsp;for MS-DOS and Win32:&amp;nbsp;&amp;nbsp;$VIM\_gvimrc&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;11 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for OpenVMS:&amp;nbsp;&amp;nbsp;sys$login:.gvimrc&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;12 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;13 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Make external commands work through a pipe instead of a pseudo-tty&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;14 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;set noguipty&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;15 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;16 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; set the X11 font to use&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;17 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;18 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;19 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Switch on syntax highlighting if it wasn't on yet.&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;20 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;if&lt;/b&gt;&lt;/font&gt;&amp;nbsp;!exists(&amp;quot;syntax_on&amp;quot;&lt;span class=&quot;Operator&quot;&gt;)&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;21 &lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;syntax&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#00ff00&quot;&gt;&lt;b&gt;on&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;22 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;endif&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;23 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;24 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;SETTINGS&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;25 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;26 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;ch&lt;/b&gt;&lt;/font&gt;=2&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Make command line two lines high&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;27 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;mousehide&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Hide the mouse when typing text&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;28 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;29 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;sets the default grepping engine to be ack-grep with the -a flag&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;30 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;change this to --ruby or some other stuff for searching only ruby &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;31 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;use it like this&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;32 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;:grep Dumper perllib&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;33 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;34 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;grepprg&lt;/b&gt;&lt;/font&gt;=ack-grep\ -a&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;35 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;36 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;37 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Switch on search pattern highlighting.&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;38 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;hlsearch&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;39 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;40 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;display current info all the time&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;41 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;ruler&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;42 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;43 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;colorscheme&lt;/b&gt;&lt;/font&gt;&amp;nbsp;twilight&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;44 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;45 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;prettier font...&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;46 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;guifont&lt;/b&gt;&lt;/font&gt;=Liberation\ Mono\ 12&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;47 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;48 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; those next 2 commands are taken from a tip in &lt;a href=&quot;http://vim.sourceforge.net/tips/tip.php?tip_id=259&quot;&gt;http://vim.sourceforge.net/tips/tip.php?tip_id=259&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;49 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; They basically map to keys F1 -&amp;gt; toogle menu; F2 -&amp;gt; toggle toolbar&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;50 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;51 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; get rid of toolbar&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;52 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;guioptions&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimSet&quot;&gt;-&lt;/span&gt;=&lt;span class=&quot;vimSet&quot;&gt;T&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;53 &lt;/b&gt;&lt;/font&gt;:&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g&lt;span class=&quot;vimCmdSep&quot;&gt;:&lt;/span&gt;toggleTool&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;=&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;0&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;54 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;silent&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;S-F2&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;:if g:toggleTool == 1&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:set guioptions-=T&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:set lines+=3&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:let g:toggleTool = 0&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:else&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:set lines-=3&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:set guioptions+=T&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:let g:toggleTool = 1&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:endif&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;55 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;56 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; get rid of menu&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;57 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;guioptions&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimSet&quot;&gt;-&lt;/span&gt;=&lt;span class=&quot;vimSet&quot;&gt;m&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;58 &lt;/b&gt;&lt;/font&gt;:&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g&lt;span class=&quot;vimCmdSep&quot;&gt;:&lt;/span&gt;toggleMenu&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;=&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;0&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;59 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;silent&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;S-F1&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;:if g:toggleMenu == 1&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:set guioptions-=m&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:set lines+=1&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:let g:toggleMenu = 0&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:else&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:set guioptions+=m&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:let g:toggleMenu = 1&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;:endif&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;60 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;61 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;line numbers please...&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;62 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;number&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;63 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;64 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;set the incremental search&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;65 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;incsearch&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;66 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;67 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;remember more history&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;68 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;history&lt;/b&gt;&lt;/font&gt;=50&lt;span class=&quot;vimSet&quot;&gt;0&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;69 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;70 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;Generally the :substitute command changes only the first occurrence of the word&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;71 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;unless you use the 'g' option.To make the 'g' option the default use this:&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;72 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;gdefault&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;73 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;74 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;this is for vim omni completion of ruby code. Check out :help new-omni-completion or :help ft-ruby-omni&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;75 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g:rubycomplete_buffer_loading&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;=&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;1&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;76 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g:rubycomplete_classes_in_global&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;=&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;1&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;77 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g:rubycomplete_rails&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;=&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;1&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;78 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;79 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;80 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;*****************************************************************************************************&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;81 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;*****************************************************************************************************&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;82 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;*****************************************************************************************************&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;83 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;84 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;MAPPINGS &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;85 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;86 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;87 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Make shift-insert work like in Xterm&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;88 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;S-Insert&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;MiddleMouse&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;89 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map!&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;S-Insert&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;MiddleMouse&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;90 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;this pastes what's copied, not what is selected&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;91 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;v&amp;nbsp;&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;ESC&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;vimMapRhs&quot;&gt;&amp;quot;+gp &lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;92 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;c&amp;nbsp;&amp;quot;+y &lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;93 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;94 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;n&amp;nbsp;:vnew&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;95 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;96 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;reload vim configuration automatically whenever I edit it&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;97 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;found here &lt;a href=&quot;http://dailyvim.blogspot.com/2008/11/reload-vimrc.html?showComment=1228044660000#c2642014041159858949&quot;&gt;http://dailyvim.blogspot.com/2008/11/reload-vimrc.html?showComment=1228044660000#c2642014041159858949&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;98 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;au&lt;/b&gt;&lt;/font&gt;! &lt;font color=&quot;#00ff00&quot;&gt;&lt;b&gt;BufWritePost&lt;/b&gt;&lt;/font&gt;&amp;nbsp;$MYVIMRC&amp;nbsp;&lt;span class=&quot;Statement&quot;&gt;source&lt;/span&gt;&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;%&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;&amp;nbsp;99 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;100 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;this maps to James Buick's FuzzyFinder: TextMate plugin &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;101 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;Found here &lt;a href=&quot;http://weblog.jamisbuck.org/2008/10/10/coming-home-to-vim&quot;&gt;http://weblog.jamisbuck.org/2008/10/10/coming-home-to-vim&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;102 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;t&amp;nbsp;:FuzzyFinderTextMate&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;103 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;104 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;minibufexpl plugin &lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=159&quot;&gt;http://www.vim.org/scripts/script.php?script_id=159&lt;/a&gt; &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;105 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g:miniBufExplMapWindowNavVim=1&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;106 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g:miniBufExplMapWindowNavArrows=1&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;107 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/font&gt;&amp;nbsp;g:miniBufExplMapCTabSwitchBufs=1&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;108 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;hid&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;Hide abandoned buffers in order to not loose undo history (taken from &lt;a href=&quot;http://heykevinle.blogspot.com/2007/06/vim-minibufexpl.html)&quot;&gt;http://heykevinle.blogspot.com/2007/06/vim-minibufexpl.html)&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;109 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;110 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; this is a shortcut to the minibufexplorer&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;111 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;Leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;b&amp;nbsp;:MiniBufExplorer&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;cr&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;112 &lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;113 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; SPELLING OPTIONS &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;114 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;115 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;set the spell checker for txt, html, README and tex files&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;116 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;autocmd&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#00ff00&quot;&gt;&lt;b&gt;BufNewFile&lt;/b&gt;&lt;/font&gt;,&lt;span class=&quot;Type&quot;&gt;BufRead&lt;/span&gt;&amp;nbsp;*.txt,*.html,README,*.tex,*.story&lt;span class=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Statement&quot;&gt;setlocal&lt;/span&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;spell&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;spelllang&lt;/span&gt;=en_u&lt;span class=&quot;vimSet&quot;&gt;s&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;117 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;autocmd BufNewFile,BufRead *.txt,*.html,README,*.tex setlocal spell spelllang=pt &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;118 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;119 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;F2&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;:setlocal spell spelllang=en_us&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;120 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;map&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;F3&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;:setlocal spell spelllang=pt&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;CR&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;121 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;122 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;popup the a menu on mispelled words with the mouse&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;123 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;mousemodel&lt;/b&gt;&lt;/font&gt;=popu&lt;span class=&quot;vimSet&quot;&gt;p&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;124 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;125 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;textwidth&lt;/b&gt;&lt;/font&gt;=8&lt;span class=&quot;vimSet&quot;&gt;0&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;126 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;127 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;found those on &lt;a href=&quot;http://wiki.rubyonrails.org/rails/pages/HowtoUseVimWithRails&quot;&gt;http://wiki.rubyonrails.org/rails/pages/HowtoUseVimWithRails&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;128 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;filetype&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#00ff00&quot;&gt;&lt;b&gt;plugin&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimFiletype&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Type&quot;&gt;indent&lt;/span&gt;&lt;span class=&quot;vimFiletype&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Type&quot;&gt;on&lt;/span&gt;&amp;nbsp;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot; Enable filetype-specific indenting and plugins&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;129 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;augroup&lt;/b&gt;&lt;/font&gt;&amp;nbsp;myfiletypes&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;130 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot; Clear old autocmds in group&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;131 &lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;autocmd&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimAugroup&quot;&gt;!&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;132 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot; autoindent with two spaces, always expand tabs. For other types of&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;133 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot; identation, add new file types.&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;134 &lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;autocmd&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimAugroup&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#00ff00&quot;&gt;&lt;b&gt;FileType&lt;/b&gt;&lt;/font&gt;&amp;nbsp;ruby,eruby,yaml&lt;span class=&quot;vimAugroup&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Statement&quot;&gt;set&lt;/span&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;ai&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;sw&lt;/span&gt;=2&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;sts&lt;/span&gt;&lt;span class=&quot;vimSetEqual&quot;&gt;=2&lt;/span&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;bs&lt;/span&gt;&lt;span class=&quot;vimSetEqual&quot;&gt;=2&lt;/span&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;et&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;135 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot; if not any of those files, fall to the default&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;136 &lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;set&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&lt;font color=&quot;#8080ff&quot;&gt;&lt;b&gt;ai&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;sw&lt;/span&gt;=2&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;sts&lt;/span&gt;&lt;span class=&quot;vimSetEqual&quot;&gt;=2&lt;/span&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;bs&lt;/span&gt;&lt;span class=&quot;vimSetEqual&quot;&gt;=2&lt;/span&gt;&lt;span class=&quot;vimSet&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;PreProc&quot;&gt;et&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;137 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;augroup&lt;/b&gt;&lt;/font&gt;&amp;nbsp;END&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;138 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;139 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;Autoidenting ruby code using the kode gem. Found on &lt;a href=&quot;http://antono.info/en/50&quot;&gt;http://antono.info/en/50&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;140 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;nmap&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;rci&amp;nbsp;:%!ruby-code-indenter&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;cr&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;141 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;142 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;map the leader c key to the buffer delete&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;143 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;nmap&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;d&amp;nbsp;:bd&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;cr&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;144 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;145 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;write the buffer&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;146 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;nmap&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;w&amp;nbsp;:w&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;cr&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;147 &lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;148 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#00ffff&quot;&gt;&lt;b&gt;&amp;quot;write all the&amp;nbsp;&amp;nbsp;buffers&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;149 &lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#ffff00&quot;&gt;&lt;b&gt;nmap&lt;/b&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font color=&quot;#ff6060&quot;&gt;&lt;b&gt;leader&lt;/b&gt;&lt;/font&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;wa&amp;nbsp;:wa&lt;span class=&quot;Delimiter&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;Special&quot;&gt;cr&lt;/span&gt;&lt;span class=&quot;Delimiter&quot;&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;</body>
  <created-at type="datetime">2009-09-02T22:08:50Z</created-at>
  <id type="integer">51</id>
  <permalink>my-vimrc</permalink>
  <title>My .vimrc</title>
  <updated-at type="datetime">2009-09-03T13:30:49Z</updated-at>
  <user-id type="integer">1</user-id>
</post>
