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
|
|
|
|
2024-02-14 08:15:20 +00:00
|
|
|
## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as guide keybinding
|
2023-06-06 08:23:29 +00:00
|
|
|
|
2024-05-12 16:22:38 +00:00
|
|
|
![](https://zellij.dev/documentation/img/overview-status-tab-2.jxl)
|
2023-06-06 08:23:29 +00:00
|
|
|
|
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-]`/`ALT-[`: next/previous tab
|
2023-07-07 08:16:08 +00:00
|
|
|
- Hold `SHIFT` and click on links, text, ...
|