feat: wezterm keymap

main
sudo pacman -Syu 2023-07-03 00:40:06 +07:00
parent 98065d93c3
commit 210250a0e4
2 changed files with 20 additions and 0 deletions

View File

@ -80,6 +80,20 @@
<li><code>ALT-N</code>: new panel vertically (right side)</li>
<li><code>ALT-D</code>: new panel horizontally (down side)</li>
</ul>
<h2>
<a
id="user-content-use-wezwezterm"
class="anchor"
aria-hidden="true"
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>
</ul>
<div>
Feel free to ask me via

View File

@ -14,3 +14,9 @@ All configs are in [my dotfiles](https://github.com/haunt98/dotfiles).
- `ALT-P`: switch panel
- `ALT-N`: new panel vertically (right side)
- `ALT-D`: new panel horizontally (down side)
## 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