<?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>WizOne Solutions &#187; Tips</title>
	<atom:link href="http://www.wizonesolutions.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wizonesolutions.com</link>
	<description>Put some magic into your Web site.</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:31:29 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VIM: Moving around windows made a little easier (and how to escape without Esc)</title>
		<link>http://www.wizonesolutions.com/2009/11/17/vim-moving-around-windows-made-a-little-easier-and-how-to-escape-without-esc/</link>
		<comments>http://www.wizonesolutions.com/2009/11/17/vim-moving-around-windows-made-a-little-easier-and-how-to-escape-without-esc/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 03:51:44 +0000</pubDate>
		<dc:creator>WizOne Solutions</dc:creator>
				<category><![CDATA[Life of a Web Developer]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[moving around windows]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vim maps]]></category>
		<category><![CDATA[vim shortcuts]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://www.wizonesolutions.com/?p=124</guid>
		<description><![CDATA[This is a quick post with some shortcuts I just implemented in my vimrc file that I just felt compelled to share with the world.
It answers the question, &#8220;Are you tired of hitting Ctrl-W to move around windows?&#8221; Then do I have the solution for you!
Pop these guys into your vimrc file:
nnoremap &#60;S-C-h&#62; &#60;C-W&#62;h
nnoremap &#60;S-C-j&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick post with some shortcuts I just implemented in my vimrc file that I just felt compelled to share with the world.</p>
<p>It answers the question, <strong>&#8220;Are you tired of hitting Ctrl-W to move around windows?&#8221;</strong> Then do I have the solution for you!</p>
<p>Pop these guys into your vimrc file:</p>
<p><strong>nnoremap &lt;S-C-h&gt; &lt;C-W&gt;h<br />
nnoremap &lt;S-C-j&gt; &lt;C-W&gt;j<br />
nnoremap &lt;S-C-k&gt; &lt;C-W&gt;k<br />
nnoremap &lt;S-C-l&gt; &lt;C-W&gt;l</strong></p>
<p>Save it and reload your files (or source it into one). Voilà! Now you can enjoy single-press window moving by holding down shift and control and using the movement keys (hjkl). You&#8217;ll need more maps if you want to use the arrow keys, but in the time it takes you to get to those, you may as well just press Ctrl + W and a movement key!</p>
<p>Speaking of sticking to the home row as much as possible, don&#8217;t forget that you can use <strong>Ctrl + [</strong> instead of <strong>Esc</strong> to return to normal mode.</p>
<p>Enjoy!</p>
<p>Kevin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wizonesolutions.com/2009/11/17/vim-moving-around-windows-made-a-little-easier-and-how-to-escape-without-esc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
