2023-06-06 08:23:29 +00:00
|
|
|
# My terminal workflow
|
|
|
|
|
|
|
|
All configs are in [my dotfiles](https://github.com/haunt98/dotfiles).
|
|
|
|
|
|
|
|
## Use [junegunn/fzf](https://github.com/junegunn/fzf)
|
|
|
|
|
2023-06-10 04:04:11 +00:00
|
|
|
- `CTRL-T` to fuzzy find files.
|
|
|
|
- `ALT-C` to fuzzy find directories.
|
2023-06-06 08:23:29 +00:00
|
|
|
|
|
|
|
## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as alternative to tmux
|
|
|
|
|
|
|
|
![](https://zellij.dev/documentation/img/overview-status-tab-2.png)
|
|
|
|
|
2023-06-10 04:04:11 +00:00
|
|
|
- `ALT-P`: switch panel
|
|
|
|
- `ALT-N`: new panel vertically (right side)
|
|
|
|
- `ALT-D`: new panel horizontally (down side)
|
2023-07-02 17:40:06 +00:00
|
|
|
|
|
|
|
## 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
|