feat: remove nnn
parent
3c4cb7ea29
commit
e1f300dde2
|
@ -58,15 +58,15 @@
|
||||||
</ul>
|
</ul>
|
||||||
<h2>
|
<h2>
|
||||||
<a
|
<a
|
||||||
id="user-content-use-zellij-orgzellij-as-alternative-to-tmux"
|
id="user-content-use-zellij-orgzellij-as-guide-keybinding"
|
||||||
class="anchor"
|
class="anchor"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
href="#use-zellij-orgzellij-as-alternative-to-tmux"
|
href="#use-zellij-orgzellij-as-guide-keybinding"
|
||||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||||
>Use
|
>Use
|
||||||
<a href="https://github.com/zellij-org/zellij">zellij-org/zellij</a> as
|
<a href="https://github.com/zellij-org/zellij">zellij-org/zellij</a> as
|
||||||
alternative to tmux
|
guide keybinding
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
|
@ -88,38 +88,6 @@
|
||||||
<li><code>ALT-]</code>/<code>ALT-[</code>: next/previous tab</li>
|
<li><code>ALT-]</code>/<code>ALT-[</code>: next/previous tab</li>
|
||||||
<li>Hold <code>SHIFT</code> and click on links, text, ...</li>
|
<li>Hold <code>SHIFT</code> and click on links, text, ...</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>
|
|
||||||
<a
|
|
||||||
id="user-content-use-wezwezterm"
|
|
||||||
class="anchor"
|
|
||||||
aria-hidden="true"
|
|
||||||
tabindex="-1"
|
|
||||||
href="#use-wezwezterm"
|
|
||||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
|
||||||
>Use <a href="https://github.com/wez/wezterm">wez/wezterm</a>
|
|
||||||
</h2>
|
|
||||||
<ul>
|
|
||||||
<li><code>CTRL-SHIFT-F</code>/<code>CMD-F</code>: search mode</li>
|
|
||||||
<li><code>CTRL-SHIFT-SPACE</code>: quick select mode</li>
|
|
||||||
<li><code>CTRL-SHIFT-X</code>: copy mode</li>
|
|
||||||
<li><code>CMD-SHIFT-[</code>/<code>CMD-SHIFT-]</code>: switch tabs</li>
|
|
||||||
</ul>
|
|
||||||
<h2>
|
|
||||||
<a
|
|
||||||
id="user-content-use-nnn"
|
|
||||||
class="anchor"
|
|
||||||
aria-hidden="true"
|
|
||||||
tabindex="-1"
|
|
||||||
href="#use-nnn"
|
|
||||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
|
||||||
>Use <a href="https://github.com/jarun/nnn">nnn</a>
|
|
||||||
</h2>
|
|
||||||
<ul>
|
|
||||||
<li><code>;-p</code>: preview mode</li>
|
|
||||||
<li><code>SPACE</code>: toggle select</li>
|
|
||||||
<li><code>a</code>: select all</li>
|
|
||||||
<li><code>x</code>: delete</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
Feel free to ask me via
|
Feel free to ask me via
|
||||||
|
|
|
@ -7,7 +7,7 @@ All configs are in [my dotfiles](https://github.com/haunt98/dotfiles).
|
||||||
- `CTRL-T` to fuzzy find files.
|
- `CTRL-T` to fuzzy find files.
|
||||||
- `ALT-C` to fuzzy find directories.
|
- `ALT-C` to fuzzy find directories.
|
||||||
|
|
||||||
## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as alternative to tmux
|
## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as guide keybinding
|
||||||
|
|
||||||
![](https://zellij.dev/documentation/img/overview-status-tab-2.png)
|
![](https://zellij.dev/documentation/img/overview-status-tab-2.png)
|
||||||
|
|
||||||
|
@ -17,17 +17,3 @@ All configs are in [my dotfiles](https://github.com/haunt98/dotfiles).
|
||||||
- `ALT-O`: new tab
|
- `ALT-O`: new tab
|
||||||
- `ALT-]`/`ALT-[`: next/previous tab
|
- `ALT-]`/`ALT-[`: next/previous tab
|
||||||
- Hold `SHIFT` and click on links, text, ...
|
- Hold `SHIFT` and click on links, text, ...
|
||||||
|
|
||||||
## Use [wez/wezterm](https://github.com/wez/wezterm)
|
|
||||||
|
|
||||||
- `CTRL-SHIFT-F`/`CMD-F`: search mode
|
|
||||||
- `CTRL-SHIFT-SPACE`: quick select mode
|
|
||||||
- `CTRL-SHIFT-X`: copy mode
|
|
||||||
- `CMD-SHIFT-[`/`CMD-SHIFT-]`: switch tabs
|
|
||||||
|
|
||||||
## Use [nnn](https://github.com/jarun/nnn)
|
|
||||||
|
|
||||||
- `;-p`: preview mode
|
|
||||||
- `SPACE`: toggle select
|
|
||||||
- `a`: select all
|
|
||||||
- `x`: delete
|
|
||||||
|
|
Loading…
Reference in New Issue