mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
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:
4
env/.local/scripts/tmux-sessionator
vendored
4
env/.local/scripts/tmux-sessionator
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user