Not sure what happened here.... O.O

This commit is contained in:
Chris Cochrun 2022-02-25 13:54:32 -06:00
parent 34ab43b8f9
commit 0dbc3ead0e
272 changed files with 4767 additions and 12217 deletions

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rh0lbz/kde_kwin_can_be_a_tiling_wm_if_you_want_it_to/"> <img src="https://preview.redd.it/x385tjlexp581.jpg?width=640&amp;crop=smart&amp;auto=webp&amp;s=7fb8d82b976922fb4ee726552c9050e435a9bed8" alt="[KDE] KWin can be a tiling wm if you want it to" title="[KDE] KWin can be a tiling wm if you want it to" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Hoz1600"> /u/Hoz1600 </a> <br/> <span><a href="https://i.redd.it/x385tjlexp581.jpg">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rh0lbz/kde_kwin_can_be_a_tiling_wm_if_you_want_it_to/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rgcirc/i3gaps_who_needs_minecraft_anyway/"> <img src="https://preview.redd.it/e2spwv1wlj581.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=c7855b63c7f757f6c9749e2139d77f8049a896aa" alt="[i3-gaps] Who needs Minecraft anyway?" title="[i3-gaps] Who needs Minecraft anyway?" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/EliasFleckenstein"> /u/EliasFleckenstein </a> <br/> <span><a href="https://i.redd.it/e2spwv1wlj581.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rgcirc/i3gaps_who_needs_minecraft_anyway/">[comments]</a></span> </td></tr></table>

View file

@ -1,19 +0,0 @@
<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>