feat: add more zz keymap
parent
a141bbff8b
commit
063c25b1d1
|
@ -78,21 +78,6 @@
|
||||||
<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
|
alternative to tmux
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer nofollow"
|
|
||||||
href="https://camo.githubusercontent.com/5b7d95c82c859b9ba2d43af02db1f3a5192bb28342b2733ab1b918c4599237ec/68747470733a2f2f7a656c6c696a2e6465762f646f63756d656e746174696f6e2f696d672f6f766572766965772d7374617475732d7461622d312e706e67"
|
|
||||||
><img
|
|
||||||
src="https://camo.githubusercontent.com/5b7d95c82c859b9ba2d43af02db1f3a5192bb28342b2733ab1b918c4599237ec/68747470733a2f2f7a656c6c696a2e6465762f646f63756d656e746174696f6e2f696d672f6f766572766965772d7374617475732d7461622d312e706e67"
|
|
||||||
alt="Tab"
|
|
||||||
data-canonical-src="https://zellij.dev/documentation/img/overview-status-tab-1.png"
|
|
||||||
style="max-width: 100%"
|
|
||||||
/></a>
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li><code>Ctrl + t</code> + <code>n</code> to new tab.</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
@ -107,12 +92,12 @@
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<code>Ctrl + p</code> + <code>n</code> to new panel vertically (right
|
<code>Ctrl + p</code> + <code>n</code> or <code>Alt + n</code> to new
|
||||||
side).
|
panel vertically (right side).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<code>Ctrl + p</code> + <code>d</code> to new panel horizontally (down
|
<code>Ctrl + p</code> + <code>d</code> or <code>Alt + d</code> to new
|
||||||
side).
|
panel horizontally (down side).
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -9,11 +9,7 @@ All configs are in [my dotfiles](https://github.com/haunt98/dotfiles).
|
||||||
|
|
||||||
## 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 alternative to tmux
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
- `Ctrl + t` + `n` to new tab.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- `Ctrl + p` + `n` to new panel vertically (right side).
|
- `Ctrl + p` + `n` or `Alt + n` to new panel vertically (right side).
|
||||||
- `Ctrl + p` + `d` to new panel horizontally (down side).
|
- `Ctrl + p` + `d` or `Alt + d` to new panel horizontally (down side).
|
||||||
|
|
Loading…
Reference in New Issue