19 lines
574 B
Markdown
19 lines
574 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 guide keybinding
|
|
|
|
![](https://zellij.dev/documentation/img/overview-status-tab-2.jxl)
|
|
|
|
- `ALT-P`: switch panel
|
|
- `ALT-N`: new panel vertically (right side)
|
|
- `ALT-M`: new panel horizontally (down side)
|
|
- `ALT-]`/`ALT-[`: next/previous tab
|
|
- Hold `SHIFT` and click on links, text, ...
|