Skip to content

Commit

Permalink
Deployed be73af4 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 16, 2024
1 parent a557931 commit cfee829
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
Binary file modified assets/images/social/configuration/practicalli/config-design.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 7 additions & 11 deletions neovim-basics/terminal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2824,18 +2824,14 @@

<h1 id="terminal">Terminal<a class="headerlink" href="#terminal" title="Permanent link">λ︎</a></h1>
<p><a href="https://github.com/akinsho/toggleterm.nvim">akinsho/toggleterm.nvim</a> plugin provides a terminal session within Neovim, using a float, split or tab.</p>
<div class="tabbed-set tabbed-alternate" data-tabs="1:1"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">AstroNvim</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
<p><code>SPC t</code> for the Terminal sub-menu </p>
<p><code>SPC t f</code> opens a terminal in a floating window, useful for one-off commands</p>
<p><code>SPC t h</code> opens a terminal in a horizontal split, useful for a process that prints valuable feedback, e.g. a test runner in watch mode</p>
<p><code>SPC t t</code> opens a terminal in a tab, useful for background processes that do not need attendtion </p>
<p><span class="keys"><kbd class="key-space">Space</kbd></span> <span class="keys"><kbd>t</kbd></span> for the Terminal sub-menu </p>
<p><span class="keys"><kbd class="key-space">Space</kbd></span> <span class="keys"><kbd>t</kbd></span> <span class="keys"><kbd>f</kbd></span> opens a terminal in a floating window, useful for one-off commands or short sessions</p>
<p><span class="keys"><kbd class="key-space">Space</kbd></span> <span class="keys"><kbd>t</kbd></span> <span class="keys"><kbd>f</kbd></span> opens a terminal in a horizontal split, useful for a process that prints valuable feedback, e.g. a test runner in watch mode</p>
<p><code>:Toggleterm direction=tab</code> opens a terminal in a tab page, useful for long running processes</p>
<!-- TODO: Add key binding for Terminal in a tab to lua/plugins/user-practicalli.lua -->

<p><a class="glightbox" href="https://github.com/practicalli/graphic-design/blob/live/editors/neovim/screenshots/neovim-terminal-float-directory-listing-light.png?raw=true#only-light" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="Toggleterm.nvim float" loading="lazy" src="https://github.com/practicalli/graphic-design/blob/live/editors/neovim/screenshots/neovim-terminal-float-directory-listing-light.png?raw=true#only-light" /></a>
<a class="glightbox" href="https://github.com/practicalli/graphic-design/blob/live/editors/neovim/screenshots/neovim-terminal-float-directory-listing-dark.png?raw=true#only-dark" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="Toggleterm.nvim float" loading="lazy" src="https://github.com/practicalli/graphic-design/blob/live/editors/neovim/screenshots/neovim-terminal-float-directory-listing-dark.png?raw=true#only-dark" /></a></p>
</div>
</div>
</div>



Expand All @@ -2856,7 +2852,7 @@ <h1 id="terminal">Terminal<a class="headerlink" href="#terminal" 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.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 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.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 23, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">June 16, 2024</span>
</span>


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

Large diffs are not rendered by default.

0 comments on commit cfee829

Please sign in to comment.