feat: zellij keymap

main
sudo pacman -Syu 2023-06-10 11:04:11 +07:00
parent 00741211ab
commit bcd480a62c
2 changed files with 10 additions and 14 deletions

View File

@ -64,8 +64,8 @@
>Use <a href="https://github.com/junegunn/fzf">junegunn/fzf</a>
</h2>
<ul>
<li><code>Ctrl + t</code> to fuzzy find files.</li>
<li><code>Alt + c</code> to fuzzy find directories.</li>
<li><code>CTRL-T</code> to fuzzy find files.</li>
<li><code>ALT-C</code> to fuzzy find directories.</li>
</ul>
<h2>
<a
@ -91,14 +91,9 @@
/></a>
</p>
<ul>
<li>
<code>Ctrl + p</code> + <code>n</code> or <code>Alt + n</code> to new
panel vertically (right side).
</li>
<li>
<code>Ctrl + p</code> + <code>d</code> or <code>Alt + d</code> to new
panel horizontally (down side).
</li>
<li><code>ALT-P</code>: switch panel</li>
<li><code>ALT-N</code>: new panel vertically (right side)</li>
<li><code>ALT-D</code>: new panel horizontally (down side)</li>
</ul>
<div>

View File

@ -4,12 +4,13 @@ All configs are in [my dotfiles](https://github.com/haunt98/dotfiles).
## Use [junegunn/fzf](https://github.com/junegunn/fzf)
- `Ctrl + t` to fuzzy find files.
- `Alt + c` to fuzzy find directories.
- `CTRL-T` to fuzzy find files.
- `ALT-C` to fuzzy find directories.
## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as alternative to tmux
![](https://zellij.dev/documentation/img/overview-status-tab-2.png)
- `Ctrl + p` + `n` or `Alt + n` to new panel vertically (right side).
- `Ctrl + p` + `d` or `Alt + d` to new panel horizontally (down side).
- `ALT-P`: switch panel
- `ALT-N`: new panel vertically (right side)
- `ALT-D`: new panel horizontally (down side)