<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Howto Change Default editor in Debian Etch</title>
	<atom:link href="http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: arash</title>
		<link>http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html/comment-page-1#comment-9142</link>
		<dc:creator>arash</dc:creator>
		<pubDate>Thu, 29 Dec 2011 19:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html#comment-9142</guid>
		<description>You need to export VISUAL to set the editor for user, not EDITOR.
export VISUAL=vim works</description>
		<content:encoded><![CDATA[<p>You need to export VISUAL to set the editor for user, not EDITOR.<br />
export VISUAL=vim works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GGBce</title>
		<link>http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html/comment-page-1#comment-8036</link>
		<dc:creator>GGBce</dc:creator>
		<pubDate>Sat, 22 Jan 2011 01:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html#comment-8036</guid>
		<description>Thank you for your help, but I think that I make the same mistak than other people in comment. Changing EDITOR will not solve 100% the problem. Debian based solution (debian, ubuntu, ...) use the &quot;alternatives&quot; to create base aliases. If you update the EDITOR, this will update the value for something called the &quot;editor&quot;. If you try to type :­­&gt;vi myfile.txt and it&#039;s not the VIM Editor... it because you don&#039;t update the vi alias also. You need to do that also:

update-alternatives --config vi

Every &quot;alternatives&quot; aliases are located in /etc/alternatives. update-alternatives --config editor will solve the problem if you was typing :&gt;editor myfile.txt

Then you need to these commands for full vi support:
update-alternatives --config editor
update-alternatives --config vi
update-alternatives --config view
...</description>
		<content:encoded><![CDATA[<p>Thank you for your help, but I think that I make the same mistak than other people in comment. Changing EDITOR will not solve 100% the problem. Debian based solution (debian, ubuntu, &#8230;) use the &#8220;alternatives&#8221; to create base aliases. If you update the EDITOR, this will update the value for something called the &#8220;editor&#8221;. If you try to type :­­&gt;vi myfile.txt and it&#8217;s not the VIM Editor&#8230; it because you don&#8217;t update the vi alias also. You need to do that also:</p>
<p>update-alternatives --config vi</p>
<p>Every &#8220;alternatives&#8221; aliases are located in /etc/alternatives. update-alternatives --config editor will solve the problem if you was typing :&gt;editor myfile.txt</p>
<p>Then you need to these commands for full vi support:<br />
update-alternatives --config editor<br />
update-alternatives --config vi<br />
update-alternatives --config view<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sourav Mohanty</title>
		<link>http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html/comment-page-1#comment-4165</link>
		<dc:creator>Sourav Mohanty</dc:creator>
		<pubDate>Tue, 15 Dec 2009 12:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html#comment-4165</guid>
		<description>Thnks for the Solution...</description>
		<content:encoded><![CDATA[<p>Thnks for the Solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krp</title>
		<link>http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html/comment-page-1#comment-1786</link>
		<dc:creator>krp</dc:creator>
		<pubDate>Mon, 18 Aug 2008 16:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html#comment-1786</guid>
		<description>I had the same problem I put &quot; export EDITOR= &quot;  in .bashrc</description>
		<content:encoded><![CDATA[<p>I had the same problem I put &#8221; export EDITOR= &#8221;  in .bashrc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrG</title>
		<link>http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html/comment-page-1#comment-1785</link>
		<dc:creator>mrG</dc:creator>
		<pubDate>Sat, 09 Aug 2008 13:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-change-default-editor-in-debian-etch.html#comment-1785</guid>
		<description>The profile advice does not appear to work in either Etch or Ubuntu; I have .bash_profile containing the EDITOR=vim.tiny;export and alias lines as above, I even created a ~/bin/editor symlink! But I still get nano :(</description>
		<content:encoded><![CDATA[<p>The profile advice does not appear to work in either Etch or Ubuntu; I have .bash_profile containing the EDITOR=vim.tiny;export and alias lines as above, I even created a ~/bin/editor symlink! But I still get nano <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

