From 7b42a09edbf77a23e78a6b3f251215469ce15146 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:55:29 +0000 Subject: changes, jupiter will be broken --- modules/terminal/workflow.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/terminal/workflow.md (limited to 'modules/terminal/workflow.md') 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. -- cgit v1.3.1