This commit is contained in:
DeveloperDurp 2025-04-08 07:01:07 -05:00
parent b6cf50d87f
commit 3ce3e3927c
2 changed files with 17 additions and 2 deletions

View file

@ -106,7 +106,7 @@ bind f display-popup -E -w 80% -h 75% "yazi"
bind T if-shell -F '#{==:#{session_name},popup}' {
detach-client
} {
display-popup -d "#{pane_current_path}" -xC -yC -w 80% -h 75% -E 'tmux attach-session -t popup || tmux new-session -s popup'
display-popup -d "#{pane_current_path}" -xC -yC -w 80% -h 75% -E ". $HOME/.config/scripts/sessions.sh popup"
}
bind S if-shell -F '#{==:#{session_name},scratch}' {