trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<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> -&gt; jump to a link</li>
<li><code class="language-plaintext highlighter-rouge">l</code> or <code class="language-plaintext highlighter-rouge">r</code> -&gt; go backward or forward in history</li>
<li><code class="language-plaintext highlighter-rouge">u</code> -&gt; 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>