<?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>Erning.write() &#187; vim</title>
	<atom:link href="http://erning.net/tags/vim/feed" rel="self" type="application/rss+xml" />
	<link>http://erning.net</link>
	<description>Reloading</description>
	<lastBuildDate>Thu, 15 Sep 2011 10:04:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VIM Tips 2</title>
		<link>http://erning.net/archives/vim-tips-2</link>
		<comments>http://erning.net/archives/vim-tips-2#comments</comments>
		<pubDate>Wed, 24 Nov 2010 17:28:19 +0000</pubDate>
		<dc:creator>erning</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://erning.net/?p=368</guid>
		<description><![CDATA[:sp :split 拆成上下两个显示区域 :vsp :vsplit 拆成左右两个显示区域 CTRL-w CTRL-w 在显示区域间切换 CTRL-w j 移到下面一个显示区域 CTRL-w k 移到上面一个显示区域 CTRL-w h 移到左面一个显示区域 CTRL-w l 移到右面一个显示区域 CTRL-w = 平分各个显示区域 CTRL-w - 减小一行当前显示区域 CTRL-w + 增加一行当前显示区域 CTRL-w q 关闭当前显示区域 CTRL-w r 向右(下)滚动显示区域 CTRL-w R 向左(上)滚动显示区域]]></description>
			<content:encoded><![CDATA[<p><strong>:sp</strong> <strong>:split</strong><br />
拆成上下两个显示区域</p>
<p><strong>:vsp</strong> <strong>:vsplit</strong><br />
拆成左右两个显示区域</p>
<p><strong>CTRL-w CTRL-w</strong> 在显示区域间切换<br />
<strong>CTRL-w j</strong> 移到下面一个显示区域<br />
<strong>CTRL-w k</strong> 移到上面一个显示区域<br />
<strong>CTRL-w h</strong> 移到左面一个显示区域<br />
<strong>CTRL-w l</strong> 移到右面一个显示区域<br />
<strong>CTRL-w =</strong> 平分各个显示区域<br />
<strong>CTRL-w -</strong> 减小一行当前显示区域<br />
<strong>CTRL-w +</strong> 增加一行当前显示区域<br />
<strong>CTRL-w q</strong> 关闭当前显示区域<br />
<strong>CTRL-w r</strong> 向右(下)滚动显示区域<br />
<strong>CTRL-w R</strong> 向左(上)滚动显示区域</p>
]]></content:encoded>
			<wfw:commentRss>http://erning.net/archives/vim-tips-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VIM Tips 1</title>
		<link>http://erning.net/archives/vim-tips</link>
		<comments>http://erning.net/archives/vim-tips#comments</comments>
		<pubDate>Wed, 24 Nov 2010 17:05:19 +0000</pubDate>
		<dc:creator>erning</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://erning.net/?p=322</guid>
		<description><![CDATA[:set ignorecase 通常你都会需要这个设置 :set smartcase 当搜索的时候使用大写字母将忽略上面的ignorecase设置 :syntax on 开启源代码高亮 :set syntax=perl 强制设定某一种语言的代码高亮，通常是根据文件后缀名自动匹配 :h regexp&#60;C-D&#62; 当敲入[CTRL-D]之后，会得到一个包含&#8221;regex&#8220;的帮助列表，用[TAB]键可以在列表中选择 q: 和 q/ 打开一个最近使用命令的小窗口；后一个为打开最近搜索指令的小窗口 在小窗口敲[RETURN]键会执行所在行的命令。使用:quit退出小窗口。]]></description>
			<content:encoded><![CDATA[<p><strong>:set ignorecase</strong><br />
通常你都会需要这个设置</p>
<p><strong>:set smartcase</strong><br />
当搜索的时候使用大写字母将忽略上面的ignorecase设置</p>
<p><strong>:syntax on</strong><br />
开启源代码高亮</p>
<p><strong>:set syntax=<em>perl</em></strong><br />
强制设定某一种语言的代码高亮，通常是根据文件后缀名自动匹配</p>
<p><strong>:h <em>regexp</em>&lt;C-D&gt;</strong><br />
当敲入<em>[CTRL-D]</em>之后，会得到一个包含&#8221;<em>regex</em>&#8220;的帮助列表，用<em>[TAB]</em>键可以在列表中选择</p>
<p><strong>q:</strong> 和 <strong>q/</strong><br />
打开一个最近使用命令的小窗口；后一个为打开最近搜索指令的小窗口<br />
在小窗口敲<em>[RETURN]</em>键会执行所在行的命令。使用<strong>:quit</strong>退出小窗口。</p>
]]></content:encoded>
			<wfw:commentRss>http://erning.net/archives/vim-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gVIM for WIN32</title>
		<link>http://erning.net/archives/gvim-for-win32</link>
		<comments>http://erning.net/archives/gvim-for-win32#comments</comments>
		<pubDate>Tue, 15 Jul 2003 20:42:42 +0000</pubDate>
		<dc:creator>erning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.erning.net/archives/2003/07/16/gvim-for-win32/</guid>
		<description><![CDATA[My favorite editor. Here&#8217;s a screenshot of vim on Windows 2000.]]></description>
			<content:encoded><![CDATA[<p>My favorite editor.<br />
Here&#8217;s a screenshot of vim on Windows 2000.<br />
<br />
<a href="http://www.flickr.com/photos/zendragon/19429589/" title="Photo Sharing"><img src="http://photos14.flickr.com/19429589_86810533ef_m.jpg" width="240" height="180" alt="gvim-screenshot" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://erning.net/archives/gvim-for-win32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

