19 lines
1.3 KiB
Plaintext
19 lines
1.3 KiB
Plaintext
<p>I found the <code class="language-plaintext highlighter-rouge">info</code> mode hard to use so I made a personal cheat sheet.</p>
|
|
|
|
<p><em>Background</em>: Emacs has built-in TeXinfo that is helpful to learn about certain
|
|
topics, like <code class="language-plaintext highlighter-rouge">org-mode</code>. To invoke the info manual, you can
|
|
do <code class="language-plaintext highlighter-rouge">M-x info</code>, of use the keybinding: <code class="language-plaintext highlighter-rouge">C-h i</code>.</p>
|
|
|
|
<p>There is good information recorded in <code class="language-plaintext highlighter-rouge">info</code> buffers. But the default key binding is
|
|
different from our everyday programs.</p>
|
|
|
|
<p>Below are the navigation keys I need to consult from time to time:</p>
|
|
|
|
<ul>
|
|
<li><code class="language-plaintext highlighter-rouge">m</code> -> jump to a link</li>
|
|
<li><code class="language-plaintext highlighter-rouge">l</code> or <code class="language-plaintext highlighter-rouge">r</code> -> go backward or forward in history</li>
|
|
<li><code class="language-plaintext highlighter-rouge">u</code> -> go up one level</li>
|
|
<li><code class="language-plaintext highlighter-rouge">[</code> or <code class="language-plaintext highlighter-rouge">]</code>: go to previous or next node</li>
|
|
</ul>
|
|
|
|
<p>I will add them to a cheat sheet until they become muscle memory.</p> |