feat: Adds email keybind to tmux config, updates tmux-sessionator to skip choosing if an argument is passed in so the tss alias works better.

This commit is contained in:
2025-11-01 17:25:04 -04:00
parent 9c7940b5fa
commit 005403f939
2 changed files with 4 additions and 3 deletions

View File

@@ -58,12 +58,12 @@ function create_email_session() {
tmux send-keys -t email.1 'i2'
}
#################### MAIN ####################
############################## MAIN ##############################
declare choose="${chooseOpt[-1]}"
declare selected=
if [[ -n $choose ]]; then
if [[ -n $choose ]] && [[ $# -eq 0 ]]; then
debug_print "Choose from existing."
selected=$(
tmux list-sessions -F \#S | gum filter \