aboutsummaryrefslogtreecommitdiff
path: root/broot-sessionizer/README.md
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-06 15:48:48 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-06 15:48:48 -0500
commitda59e4b84427f1add813a73472bee2d5b32c210d (patch)
tree7d5dfc7e543cb08f3848625737f6eb64a58db18a /broot-sessionizer/README.md
parent6cdf366f6c5f47410ecbe22d8678d06852dc47d9 (diff)
add projects menu
Diffstat (limited to 'broot-sessionizer/README.md')
-rw-r--r--broot-sessionizer/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/broot-sessionizer/README.md b/broot-sessionizer/README.md
index 48781a1..b4273a9 100644
--- a/broot-sessionizer/README.md
+++ b/broot-sessionizer/README.md
@@ -24,5 +24,11 @@ Next, on the line that says `external =` in `broot_cfg.sh`, replace `~/.config/t
Now we can add our keybinding to launch it:
```sh
-bind-key -n C-f run-shell "${scriptsDir}/minibuffer.sh -d '$HOME' '~/.config/tmux/m/broot-sessionizer/launch.sh'"
+bind-key -n C-f run-shell "~/.config/tmux/m/minibuffer.sh -d '$HOME' '~/.config/tmux/m/broot-sessionizer/launch.sh'"
```
+
+Optionally, you can create a binding to the menu instead:
+```sh
+bind-key -n C-p run-shell "~/.config/tmux/m/broot-sessionizer/menu.sh"
+```
+The menu has the shortcut `p` to open the sessionizer, along with shortcuts for opening active sessions.