Add tmux bind to kill current session; update runs/utils
This commit is contained in:
parent
bf587f32b0
commit
26fbf3ead6
@ -1,2 +1,5 @@
|
||||
#!/bin/zsh
|
||||
brew install jq
|
||||
|
||||
# likely on unix systems already: find xargs grep sed awk
|
||||
|
||||
brew install jq parallel
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user