<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Editor &#8211; James Lin&#039;s Blog</title>
	<atom:link href="https://james.lin.net.nz/category/technology/programming/editor/feed/" rel="self" type="application/rss+xml" />
	<link>https://james.lin.net.nz</link>
	<description>Just bits and pieces of my life</description>
	<lastBuildDate>Fri, 19 Jan 2018 22:42:50 +0000</lastBuildDate>
	<language>en-NZ</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.2</generator>
<site xmlns="com-wordpress:feed-additions:1">22801464</site>	<item>
		<title>My Vim Key Maps</title>
		<link>https://james.lin.net.nz/2011/08/03/my-vim-key-maps/</link>
		<comments>https://james.lin.net.nz/2011/08/03/my-vim-key-maps/#respond</comments>
		<pubDate>Tue, 02 Aug 2011 21:24:00 +0000</pubDate>
		<dc:creator><![CDATA[James Lin]]></dc:creator>
				<category><![CDATA[Editor]]></category>

		<guid isPermaLink="false">http://james.lin.net.nz/?p=748</guid>
		<description><![CDATA[Finally I have decided to move over to vim, if you would like to do the same, please spend 10 minutes of your life to read about this blog and this blog After reading those 2 blogs, by now you should have a basic understanding of Vim and have NERDTree installed. This is my key… <span class="read-more"><a href="https://james.lin.net.nz/2011/08/03/my-vim-key-maps/">Read More &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>Finally I have decided to move over to vim, if you would like to do the same, please spend 10 minutes of your life to read about this <a href="http://shawn.hamman.co.nz/2011/08/getting-shit-done-on-windows-part-21-being-awesome-with-gvim/">blog</a> and this <a href="http://shawn.hamman.co.nz/2011/08/getting-shit-done-on-windows-part-2-2-using-nerdtree-to-level-up-your-awesome/">blog</a></p>
<p>After reading those 2 blogs, by now you should have a basic understanding of Vim and have NERDTree installed.</p>
<p>This is my key maps in ~/.vimrc</p><pre class="crayon-plain-tag">&nbsp;
#1 click svn update for development sandbox
noremap &amp;lt;F2&amp;gt; &amp;lt;Esc&amp;gt;:!svn-update.sh jamesl-dev&amp;lt;Cr&amp;gt;
#1 click svn update for release branch
noremap &amp;lt;F3&amp;gt; &amp;lt;Esc&amp;gt;:!svn-update.sh jamesl-rel&amp;lt;Cr&amp;gt;
#Open Nerdtree on my development sandbox
noremap &amp;lt;F4&amp;gt; &amp;lt;Esc&amp;gt;:NERDTree /srv/www/users/jamesl-dev/&amp;lt;Cr&amp;gt;
#Open Nerdtree on my release sandbox
noremap &amp;lt;F5&amp;gt; &amp;lt;Esc&amp;gt;:NERDTree /srv/www/users/jamesl-rel/&amp;lt;Cr&amp;gt;
#Open/Close Nerdtree
noremap &amp;lt;F9&amp;gt; &amp;lt;Esc&amp;gt;:NERDTreeToggle&amp;lt;Cr&amp;gt;
#Next tab
noremap &amp;lt;F6&amp;gt; &amp;lt;Esc&amp;gt;gt
#Previous tab
noremap &amp;lt;F7&amp;gt; &amp;lt;Esc&amp;gt;gT
#Switch windows, especially easy for jumping between nerdtree and main editor
noremap &amp;lt;F8&amp;gt; &amp;lt;Esc&amp;gt;&amp;lt;C-w&amp;gt;&amp;lt;C-w&amp;gt;</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>https://james.lin.net.nz/2011/08/03/my-vim-key-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">748</post-id>	</item>
	</channel>
</rss>
