<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on Typed like a Manatee</title><link>https://manatee.yeetta.net/tags/linux/</link><description>Recent content in Linux on Typed like a Manatee</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 05 Feb 2026 14:50:01 +0100</lastBuildDate><atom:link href="https://manatee.yeetta.net/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>Default Editor Ubuntu</title><link>https://manatee.yeetta.net/posts/default-editor-ubuntu/</link><pubDate>Thu, 05 Feb 2026 14:50:01 +0100</pubDate><guid>https://manatee.yeetta.net/posts/default-editor-ubuntu/</guid><description>&lt;h1 id="default-editor-ubuntu"&gt;Default Editor Ubuntu&lt;/h1&gt;
&lt;p&gt;For some reason Ubuntu comes with the Nano editor as default. Fine for some, just not for me.&lt;/p&gt;
&lt;p&gt;I want VI(M)! So we run, as root:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;update-alternatives --config editor
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This will show you a list of possible editors on your system:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;-&amp;gt; # update-alternatives --config editor
There are 4 choices for the alternative editor (providing /usr/bin/editor).
Selection Path Priority Status
------------------------------------------------------------
0 /bin/nano 40 auto mode
1 /bin/ed -100 manual mode
2 /bin/nano 40 manual mode
* 3 /usr/bin/vim.basic 30 manual mode
4 /usr/bin/vim.tiny 15 manual mode
Press &amp;gt;enter&amp;lt; to keep the current choice[*], or type selection number:
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Choose your favourite!&lt;/p&gt;</description></item></channel></rss>