Compare commits

...

2 Commits

Author SHA1 Message Date
tgrosinger b2aae384e0 Mise: Install global updates 2026-07-07 09:42:37 -07:00
tgrosinger 6905cdf3be Tmux: Open session switcher after killing session 2026-07-07 09:42:26 -07:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pnpm = "latest"
"npm:@anthropic-ai/sandbox-runtime" = "latest"
"npm:typescript-language-server" = "latest"
"npm:typescript" = "latest"
"github:Satty-org/Satty" = "0.20.1"
"github:Satty-org/Satty" = "0.21.1"
"github:DarthSim/overmind" = "latest"
"github:F1bonacc1/process-compose" = "latest"
"github:modem-dev/hunk" = "latest"
+2 -1
View File
@@ -4,7 +4,8 @@ set-option -g status-interval 2
set-option -g renumber-windows on
set-option -g history-limit 10000
set -s escape-time 0
set-option -g detach-on-destroy previous
set-option -g detach-on-destroy off
set-hook -g session-closed 'choose-tree -Zs'
### Fix supporting italics
set -g default-terminal "tmux-256color"