16 lines
525 B
Markdown
16 lines
525 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
|
|
|
|

|
|
|
|
- `Ctrl + p` + `n` or `Alt + n` to new panel vertically (right side).
|
|
- `Ctrl + p` + `d` or `Alt + d` to new panel horizontally (down side).
|