diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
| commit | 7b42a09edbf77a23e78a6b3f251215469ce15146 (patch) | |
| tree | b25a4387646f1d54396f2e4c5bee2db504b5623e /modules/terminal/workflow.md | |
| parent | 3981482362931c995bc814c3e4441628b86980f1 (diff) | |
changes, jupiter will be broken
Diffstat (limited to 'modules/terminal/workflow.md')
| -rw-r--r-- | modules/terminal/workflow.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/terminal/workflow.md b/modules/terminal/workflow.md new file mode 100644 index 0000000..f7c80ac --- /dev/null +++ b/modules/terminal/workflow.md @@ -0,0 +1,8 @@ +# Terminal Workflow + +Each project that I'm working on has its own tmux session. +Using a variation of ThePrimeagen's tmux-sessionizer, I can switch to any project with `C-f`. + +Within a session, I use multiple panes and windows to organize my commands. +To open an existing file, get to a shell (either a new window, new pane, or freeing up the current pane), and hit `br` to launch broot. +From there, I can fuzzy find to the file, and hit `enter` to open it in Helix. |
