<?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>草客天下——{{caokee}} &#187; vim</title>
	<atom:link href="http://blog.caokee.com/tag/vim/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.caokee.com</link>
	<description>上帝说要有光，于是就有了光</description>
	<lastBuildDate>Sun, 20 May 2012 06:25:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>命令行下查看php函数说明的好工具——pman</title>
		<link>http://blog.caokee.com/2012/04/php-pman-tool.html</link>
		<comments>http://blog.caokee.com/2012/04/php-pman-tool.html#comments</comments>
		<pubDate>Thu, 19 Apr 2012 00:53:16 +0000</pubDate>
		<dc:creator>soone</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[pman]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.caokee.com/?p=143</guid>
		<description><![CDATA[在pear上面有这样一个工具，叫pman，它实现了可以直接在命令行下使用类似于man ls这样的查看命令，来了解php的一些函数使用说明和例子。 首先从pear上面安装： pear install doc.php.net/pman 安装成功后，我们就可以使用这样到命令来查看相关的php函数使用说明了 pman substr 有了这个工具后，对于我们在类unix系统下编写php的人来说，简直是太有用了，直接省略掉了从终端和手册或者浏览器之间的不断切换的过程。对于经常使用vim的，那就有福了，我们可以把这个工具映射到某个按键上，在vim编辑php文件的时候，如果遇到需要查看了解的函数，直接按该按键，就可以直接看到该函数的详细说明了。我在.vimrc里面是这样配置的 autocmd FileType php setlocal keywordprg=pman “设置pman手册（只对vim哦，vi不行的，亲要注意） pman被映射到了K字母上，只要按K就可以调用并显示。 ps:人生就是各种懒啊，，，懒人是推动科技进步的重要因素。。。^=^ &#160;]]></description>
		<wfw:commentRss>http://blog.caokee.com/2012/04/php-pman-tool.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

