<?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>auto-complete &#8211; Uroš Vovk</title>
	<atom:link href="https://www.urosvovk.com/tag/auto-complete/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.urosvovk.com</link>
	<description>Uroš Vovk home page</description>
	<lastBuildDate>Fri, 29 Apr 2011 14:55:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Auto complete for already used command line commands?</title>
		<link>https://www.urosvovk.com/command-line-auto-complete/</link>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 14:55:38 +0000</pubDate>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[auto-complete]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://urosv.wordpress.com/?p=97</guid>

					<description><![CDATA[To use auto-complete of already used command line command we just need to edit the following lines: sudo vim /etc/inputrc 1. Uncomment the following lines: #”e[5~”: history-search-backward #”e[6~”: history-search-forward If you don&#8217;t have this two lines just add them to the end of file (without #) 2. Logout/login &#8212; Now you can try to write &#8230; <a href="https://www.urosvovk.com/command-line-auto-complete/" class="more-link">Continue reading <span class="screen-reader-text">Auto complete for already used command line commands?</span></a>]]></description>
										<content:encoded><![CDATA[<p>To use auto-complete of already used command line command we just need to edit the following lines:<br />
<span id="more-97"></span></p>
<pre>sudo vim /etc/inputrc</pre>
<p>1. Uncomment the following lines:</p>
<pre>#”e[5~”: history-search-backward
#”e[6~”: history-search-forward</pre>
<p>If you don&#8217;t have this two lines just add them to the end of file (without #)</p>
<p>2. Logout/login</p>
<p>&#8212;<br />
Now you can try to write some command listed in history&#8230; </p>
<p>like&#8230;</p>
<pre>ls -lah</pre>
<p>write</p>
<pre>ls</pre>
<p>and press</p>
<p><kbd style="border:1px solid #aaa;color:#444;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);padding:2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;">Page Up</kbd> or <kbd style="border:1px solid #aaa;color:#444;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);padding:2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;">Page Dn</kbd> to navigate trough your history file in search of commands that starts with &#8220;ls&#8221;</p>
<p>If you did everything right it should auto-complete your command&#8230;</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
