posts-go/posts/2023-06-06-terminal-workflo...

34 lines
924 B
Markdown
Raw Normal View History

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)
2023-07-25 10:08:53 +00:00
- `ALT-M`: new panel horizontally (down side)
- `ALT-O`: new tab
- `ALT-]`/`ALT-[`: next/previous tab
2023-07-07 08:16:08 +00:00
- Hold `SHIFT` and click on links, text, ...
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
2023-07-19 09:44:26 +00:00
- `CMD-SHIFT-[`/`CMD-SHIFT-]`: switch tabs
2023-08-20 17:29:13 +00:00
## Use [nnn](https://github.com/jarun/nnn)
- `;-p`: preview mode
- `SPACE`: toggle select
- `a`: select all
- `x`: delete