We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d86ce commit 1da448fCopy full SHA for 1da448f
resurrect.tmux
@@ -10,6 +10,7 @@ set_save_bindings() {
10
local key
11
for key in $key_bindings; do
12
tmux bind-key "$key" run-shell "$CURRENT_DIR/scripts/save.sh"
13
+ tmux bind-key -N "[$(basename "$CURRENT_DIR")] Save sessions" "$key"
14
done
15
}
16
@@ -18,6 +19,7 @@ set_restore_bindings() {
18
19
20
21
tmux bind-key "$key" run-shell "$CURRENT_DIR/scripts/restore.sh"
22
+ tmux bind-key -N "[$(basename "$CURRENT_DIR")] Restore sessions" "$key"
23
24
25
0 commit comments