Skip to content

Commit

Permalink
Deployed 94b7c7d with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 18, 2023
1 parent 68a0c2c commit a31e6ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion neovim-basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2483,6 +2483,13 @@
Fundamentals
</a>

</li>

<li class="md-nav__item">
<a href="#keyboard-mappings" class="md-nav__link">
Keyboard mappings
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -2549,6 +2556,12 @@ <h1 id="using-neovim">Using Neovim<a class="headerlink" href="#using-neovim" tit
<h2 id="fundamentals">Fundamentals<a class="headerlink" href="#fundamentals" title="Permanent link">λ︎</a></h2>
<p><a class="md-button" href="file-buffer-window-tab/"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32 93.5 32 46.3 45.3 18.1 56.1 6.8 60.5 0 71.7 0 83.8v370.3c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6 11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z"/></svg></span> File Buffer Window and Tab page</a>
<a class="md-button" href="multi-modal-editing/"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32 93.5 32 46.3 45.3 18.1 56.1 6.8 60.5 0 71.7 0 83.8v370.3c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6 11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z"/></svg></span> Multi-modal Editing</a></p>
<h2 id="keyboard-mappings">Keyboard mappings<a class="headerlink" href="#keyboard-mappings" title="Permanent link">λ︎</a></h2>
<p><code>:verbose map</code> followed by a key binding shows the location of the configuration that was last used to set the key mapping. Use when its not clear what command a key mapping is calling or if a plugin is over-riding an expected mapping. </p>
<p><span class="keys"><kbd class="key-space">Space</kbd></span> <span class="keys"><kbd>f</kbd></span> <span class="keys"><kbd>n</kbd></span> to list all notifications and <span class="keys"><kbd class="key-enter">Enter</kbd></span> on the relevant notification to see the details.</p>
<p><code>:verbose map &lt;C-Up&gt;</code> shows the last place in the neovim config that defines a mapping for Ctrl+Up arrow.</p>
<p><a class="md-button" href="https://neovim.io/doc/user/map.html#map-listing" target="_blank">Listing Mappings: Neovim documentation</a>
<a class="md-button" href="https://neovim.io/doc/user/intro.html#key-notation" target="_blank">Key Notation: Neovim documentation</a></p>
<h2 id="editing-tools">Editing Tools<a class="headerlink" href="#editing-tools" title="Permanent link">λ︎</a></h2>
<p><a class="md-button" href="multiple-cursors/"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32 93.5 32 46.3 45.3 18.1 56.1 6.8 60.5 0 71.7 0 83.8v370.3c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6 11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z"/></svg></span> Multiple Cursors</a></p>
<h2 id="writing-tools">Writing Tools<a class="headerlink" href="#writing-tools" title="Permanent link">λ︎</a></h2>
Expand Down Expand Up @@ -2579,7 +2592,7 @@ <h2 id="spellcheck">Spellcheck<a class="headerlink" href="#spellcheck" title="Pe
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 5, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 18, 2023</span>


</small>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit a31e6ff

Please sign in to comment.