34 lines
924 B
Markdown
34 lines
924 B
Markdown
# My terminal workflow
|
|
|
|
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.
|
|
|
|
## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as alternative to tmux
|
|
|
|
![](https://zellij.dev/documentation/img/overview-status-tab-2.png)
|
|
|
|
- `ALT-P`: switch panel
|
|
- `ALT-N`: new panel vertically (right side)
|
|
- `ALT-M`: new panel horizontally (down side)
|
|
- `ALT-O`: new tab
|
|
- `ALT-]`/`ALT-[`: next/previous tab
|
|
- 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
|