Not sure what happened here.... O.O
This commit is contained in:
parent
34ab43b8f9
commit
0dbc3ead0e
272 changed files with 4767 additions and 12217 deletions
|
@ -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&crop=smart&auto=webp&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>   submitted by   <a href="https://www.reddit.com/user/Hoz1600"> /u/Hoz1600 </a> <br/> <span><a href="https://i.redd.it/x385tjlexp581.jpg">[link]</a></span>   <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>
|
|
@ -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&crop=smart&auto=webp&s=c7855b63c7f757f6c9749e2139d77f8049a896aa" alt="[i3-gaps] Who needs Minecraft anyway?" title="[i3-gaps] Who needs Minecraft anyway?" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/EliasFleckenstein"> /u/EliasFleckenstein </a> <br/> <span><a href="https://i.redd.it/e2spwv1wlj581.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/rgcirc/i3gaps_who_needs_minecraft_anyway/">[comments]</a></span> </td></tr></table>
|
|
@ -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> -> 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>
|
Loading…
Add table
Add a link
Reference in a new issue