<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://wlair.us.to/feed/by_tag/vi.xml" rel="self" type="application/atom+xml" /><link href="https://wlair.us.to/" rel="alternate" type="text/html" /><updated>2026-07-13T17:37:40-07:00</updated><id>https://wlair.us.to/feed/by_tag/vi.xml</id><title type="html">xoddf2’s Blog</title><subtitle>xoddf2&apos;s personal blog</subtitle><author><name>xoddf2</name></author><entry><title type="html">Editors</title><link href="https://wlair.us.to/blog/2014/12/26/editors" rel="alternate" type="text/html" title="Editors" /><published>2014-12-26T22:28:00-08:00</published><updated>2014-12-26T22:28:00-08:00</updated><id>https://wlair.us.to/blog/2014/12/26/editors</id><content type="html" xml:base="https://wlair.us.to/blog/2014/12/26/editors"><![CDATA[<p>Since mid-2013 (with a brief exception in late 2014), <a href="http://www.gnu.org/software/emacs/">GNU Emacs</a> has been my main text editor.  From late 2010 to mid-2013, and for over a month in late 2014, I used <a href="http://www.vim.org/">Vim</a>.  After using both, I have decided on Emacs.</p>

<h3 id="good-things-about-vim">Good things about Vim</h3>

<ul>
  <li>It is smaller than Emacs, and can thus run well on very old hardware.</li>
  <li>Its keybindings are faster, more ergonomic, and not as dependent on modifier keys.</li>
  <li>It is under a less restrictive license.</li>
</ul>

<h3 id="good-things-about-emacs">Good things about Emacs</h3>

<ul>
  <li>It is very extensible due to being written in Lisp.</li>
  <li>It exposes its internals to the user.  For example, <code class="language-plaintext highlighter-rouge">C-h k</code> describes a keybinding, and <code class="language-plaintext highlighter-rouge">C-h v</code> describes a function.</li>
  <li>It can interact with development tools, such as compilers, debuggers, and REPLs.</li>
  <li><a href="http://www.gnus.org/">Gnus</a>, a flexible news/email/RSS reader</li>
  <li><a href="http://orgmode.org/">Org-mode</a>, which needs no introduction</li>
  <li><a href="https://www.gnu.org/software/emacs/manual/calc.html">Calc</a>, a surprisingly powerful calculator</li>
  <li>It can even emulate vi.</li>
</ul>

<p>Aside: This is my first blog post written in Emacs since the switch to Jekyll in early 2013.</p>]]></content><author><name>xoddf2</name></author><category term="computing" /><category term="emacs" /><category term="vi" /><summary type="html"><![CDATA[Since mid-2013 (with a brief exception in late 2014), GNU Emacs has been my main text editor. From late 2010 to mid-2013, and for over a month in late 2014, I used Vim. After using both, I have decided on Emacs.]]></summary></entry></feed>