Add tmux bind to kill current session; update runs/utils
This commit is contained in:
		@@ -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"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user