aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/workflow.md
diff options
context:
space:
mode:
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.