<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ivko</id>
		<title>FreeBSDwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ivko"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/Ivko"/>
		<updated>2026-04-08T14:29:20Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/Bash,_fixing_delete_key_behavior</id>
		<title>Bash, fixing delete key behavior</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Bash,_fixing_delete_key_behavior"/>
				<updated>2007-04-10T02:07:08Z</updated>
		
		<summary type="html">&lt;p&gt;Ivko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DEL key in bash sometimes doesn't work. Here is how to fix it:&lt;br /&gt;
&lt;br /&gt;
*in /etc/profile add this line:&lt;br /&gt;
 export INPUTRC=/etc/inputrc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*create /etc/inputrc and add following lines&lt;br /&gt;
 set meta-flag on&lt;br /&gt;
 set input-meta on&lt;br /&gt;
 set convert-meta off&lt;br /&gt;
 set output-meta on&lt;br /&gt;
 &lt;br /&gt;
 &amp;quot;\e[1~&amp;quot;: beginning-of-line&lt;br /&gt;
 &amp;quot;\e[4~&amp;quot;: end-of-line&lt;br /&gt;
 &amp;quot;\e[5~&amp;quot;: beginning-of-history&lt;br /&gt;
 &amp;quot;\e[6~&amp;quot;: end-of-history&lt;br /&gt;
 &amp;quot;\e[3~&amp;quot;: delete-char&lt;br /&gt;
 &amp;quot;\e[2~&amp;quot;: quoted-insert&lt;br /&gt;
 &amp;quot;\e[5C&amp;quot;: forward-word&lt;br /&gt;
 &amp;quot;\e[5D&amp;quot;: backward-word&lt;br /&gt;
&lt;br /&gt;
Should work after you login next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Configuring FreeBSD]]&lt;br /&gt;
[[Category:Common Tasks]]&lt;/div&gt;</summary>
		<author><name>Ivko</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Bash,_fixing_delete_key_behavior</id>
		<title>Bash, fixing delete key behavior</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Bash,_fixing_delete_key_behavior"/>
				<updated>2007-04-10T02:06:12Z</updated>
		
		<summary type="html">&lt;p&gt;Ivko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DEL key in bash sometimes doesn't work. Here is how to fix it:&lt;br /&gt;
&lt;br /&gt;
*in /etc/profile add this line:&lt;br /&gt;
 export INPUTRC=/etc/inputrc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*create /etc/inputrc and add following lines&lt;br /&gt;
 set meta-flag on&lt;br /&gt;
 set input-meta on&lt;br /&gt;
 set convert-meta off&lt;br /&gt;
 set output-meta on&lt;br /&gt;
 &lt;br /&gt;
 &amp;quot;\e[1~&amp;quot;: beginning-of-line&lt;br /&gt;
 &amp;quot;\e[4~&amp;quot;: end-of-line&lt;br /&gt;
 &amp;quot;\e[5~&amp;quot;: beginning-of-history&lt;br /&gt;
 &amp;quot;\e[6~&amp;quot;: end-of-history&lt;br /&gt;
 &amp;quot;\e[3~&amp;quot;: delete-char&lt;br /&gt;
 &amp;quot;\e[2~&amp;quot;: quoted-insert&lt;br /&gt;
 &amp;quot;\e[5C&amp;quot;: forward-word&lt;br /&gt;
 &amp;quot;\e[5D&amp;quot;: backward-word&lt;br /&gt;
&lt;br /&gt;
Should work after you login next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Category:Configuring FreeBSD]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ivko</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Bash,_fixing_delete_key_behavior</id>
		<title>Bash, fixing delete key behavior</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Bash,_fixing_delete_key_behavior"/>
				<updated>2007-04-10T02:05:20Z</updated>
		
		<summary type="html">&lt;p&gt;Ivko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DEL key in bash sometimes doesn't work. Here is how to fix it:&lt;br /&gt;
&lt;br /&gt;
*in /etc/profile add this line:&lt;br /&gt;
 export INPUTRC=/etc/inputrc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*create /etc/inputrc and add following lines&lt;br /&gt;
 set meta-flag on&lt;br /&gt;
 set input-meta on&lt;br /&gt;
 set convert-meta off&lt;br /&gt;
 set output-meta on&lt;br /&gt;
 &lt;br /&gt;
 &amp;quot;\e[1~&amp;quot;: beginning-of-line&lt;br /&gt;
 &amp;quot;\e[4~&amp;quot;: end-of-line&lt;br /&gt;
 &amp;quot;\e[5~&amp;quot;: beginning-of-history&lt;br /&gt;
 &amp;quot;\e[6~&amp;quot;: end-of-history&lt;br /&gt;
 &amp;quot;\e[3~&amp;quot;: delete-char&lt;br /&gt;
 &amp;quot;\e[2~&amp;quot;: quoted-insert&lt;br /&gt;
 &amp;quot;\e[5C&amp;quot;: forward-word&lt;br /&gt;
 &amp;quot;\e[5D&amp;quot;: backward-word&lt;br /&gt;
&lt;br /&gt;
Should work after you login next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;nowiki&amp;gt;[[Category:Configuring FreeBSD]]&amp;lt;/nowiki&amp;gt;'''&lt;/div&gt;</summary>
		<author><name>Ivko</name></author>	</entry>

	</feed>