all

Closing down the competition

<p> Well yesterday I talked about <code class="verbatim">C-o (open-line)</code> that opens up additional lines beneath the line you&#39;re currently on, and how little I used it.</p> <p> A related key that I use even less, but could see more opportunity for, is <code class="verbatim">C-x C-o (delete-blank-lines)</code>, which collapses repeated lines of whitespace into a single line.</p> <p> The first thing I find myself wondering, though, is &#34;Why <code class="verbatim">C-x</code>?&#34; It seems to me that most other commands like this—variations on a shorter set of keystrokes—use the <code class="verbatim">C-u</code> prefix to say, &#34;do the opposite-ish&#34;.</p>
One minute to read
Michael Alan Dorman

Opening up your document

<p> I&#39;m actually a bit of a fan of whitespace in code. I know a lot of people who…are of a different opinion, to say the least. Perhaps it&#39;s because I don&#39;t have some of the more sophisticated code-motion keys down in Emacs, but I like to have the whitespace to break up semantic units and help me understand how lines of code are interrelated.</p> <p> So it&#39;s surprising that I haven&#39;t ever really cottoned to <code class="verbatim">C-o (open-line)</code>.</p>
One minute to read
Michael Alan Dorman