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

17 lines
495 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-D`: new panel horizontally (down side)