Add tmux bind to kill current session; update runs/utils

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent cfcaee0248
commit 449bcfee2a
2 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,9 @@ bind -r l select-pane -R
# reload tmux.conf
bind r source-file "~/.config/tmux/tmux.conf" \; display-message "tmux.conf reloaded"
# kill the current session
bind Q rename-session zzzz-temp-kill\; switch-client -p\; kill-session -t zzzz-temp-kill
# use tmux-sessionizer in place of f find
bind-key -r f run-shell "tmux neww ~/.local/bin/tmux-sessionizer"