diff options
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. |
