aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/workflow.md
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-04 16:48:13 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-04 16:49:11 -0600
commit3ccf3147edf663271960826c79a4213bc3b3eb8f (patch)
treebc8f66053ea692cd97bcc733944eb4eff9d1f679 /modules/terminal/workflow.md
parent49d711586bfa523d5d1385373df6c422bf35b712 (diff)
refactor mercury config
Diffstat (limited to 'modules/terminal/workflow.md')
-rw-r--r--modules/terminal/workflow.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/terminal/workflow.md b/modules/terminal/workflow.md
deleted file mode 100644
index f7c80ac..0000000
--- a/modules/terminal/workflow.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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.