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

16 lines
525 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)
- `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)
2023-06-06 10:06:35 +00:00
- `Ctrl + p` + `n` or `Alt + n` to new panel vertically (right side).
- `Ctrl + p` + `d` or `Alt + d` to new panel horizontally (down side).