Skip to content

Commit

Permalink
Deployed 0176caa with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 23, 2025
1 parent 5597ef8 commit 3957606
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 76 deletions.
32 changes: 31 additions & 1 deletion neovim-basics/navigation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#git" class="md-nav__link">
<span class="md-ellipsis">
Git
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -2889,6 +2898,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#git" class="md-nav__link">
<span class="md-ellipsis">
Git
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3045,6 +3063,18 @@ <h2 id="search-in-buffer">Search in buffer<a class="headerlink" href="#search-in
<blockquote>
<p>AstroNvim user config enables <code>incsearch</code> incremental search and <code>hlsearch</code> to highlight every search match</p>
</blockquote>
<h2 id="git">Git<a class="headerlink" href="#git" title="Permanent link">λ︎</a></h2>
<p>AstroNvim includes <a href="https://github.com/lewis6991/gitsigns.nvim">Gitsigns</a> which highlights changes to the working directory in the buffer margin.</p>
<p>Git hunks can be navigated</p>
<ul>
<li><span class="keys"><kbd class="key-bracket-left">[</kbd></span> <span class="keys"><kbd>g</kbd></span> jumps to previous hunk</li>
<li><span class="keys"><kbd class="key-bracket-right">]</kbd></span> <span class="keys"><kbd>g</kbd></span> jumps to next hunk</li>
<li><span class="keys"><kbd class="key-bracket-left">[</kbd></span> <span class="keys"><kbd>G</kbd></span> jumps to first hunk</li>
<li><span class="keys"><kbd class="key-bracket-right">]</kbd></span> <span class="keys"><kbd>G</kbd></span> jumps to last hunk</li>
</ul>
<blockquote>
<p><a href="/neovim/source-control/index.md">Source Control</a> section describes additional features of Gitsigns and other Git tools.</p>
</blockquote>
<h2 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">λ︎</a></h2>
<p><span class="keys"><kbd class="key-colon">:</kbd></span> <span class="keys"><kbd>c</kbd></span> <span class="keys"><kbd>d</kbd></span> followed by a path changes the root directory for Neovim.</p>
<p><span class="keys"><kbd class="key-tab">Tab</kbd></span> completion simplifies typing the new path of the root directory.</p>
Expand Down Expand Up @@ -3074,7 +3104,7 @@ <h2 id="projects">Projects<a class="headerlink" href="#projects" title="Permanen
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">June 22, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 23, 2025</span>
</span>


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

Large diffs are not rendered by default.

Loading

0 comments on commit 3957606

Please sign in to comment.