<?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>search &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Sat, 04 Oct 2014 13:30:09 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>Oh-my-zsh Ctrl+R binding</title>
		<link>https://luxing.im/oh-my-zsh-ctrlr-binding/</link>
					<comments>https://luxing.im/oh-my-zsh-ctrlr-binding/#comments</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Sat, 04 Oct 2014 13:30:09 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[zsh]]></category>
		<guid isPermaLink="false">https://luxing.im/?p=428</guid>

					<description><![CDATA[The oh-my-zsh project is a fantastic zsh addon, but when vi-mode is activated, the default behaviour doesn&#8217;t have a ctrl+r reverse search. Add the following line to your .zshrc: bindkey "^R" history-incremental-search-backward And then reload your zsh, the backward search is there.]]></description>
										<content:encoded><![CDATA[<p>The <a href="https://github.com/robbyrussell/oh-my-zsh" target="_blank">oh-my-zsh</a> project is a fantastic zsh addon, but when vi-mode is activated, the default behaviour doesn&#8217;t have a ctrl+r reverse search.<br />
<span id="more-428"></span><br />
Add the following line to your .zshrc:</p>
<pre>bindkey "^R" history-incremental-search-backward</pre>
<p>And then reload your zsh, the backward search is there.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/oh-my-zsh-ctrlr-binding/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">428</post-id>	</item>
	</channel>
</rss>
