Compare commits
2 Commits
3c6afb9d3a
...
b2aae384e0
| Author | SHA1 | Date | |
|---|---|---|---|
| b2aae384e0 | |||
| 6905cdf3be |
@@ -18,7 +18,7 @@ pnpm = "latest"
|
|||||||
"npm:@anthropic-ai/sandbox-runtime" = "latest"
|
"npm:@anthropic-ai/sandbox-runtime" = "latest"
|
||||||
"npm:typescript-language-server" = "latest"
|
"npm:typescript-language-server" = "latest"
|
||||||
"npm:typescript" = "latest"
|
"npm:typescript" = "latest"
|
||||||
"github:Satty-org/Satty" = "0.20.1"
|
"github:Satty-org/Satty" = "0.21.1"
|
||||||
"github:DarthSim/overmind" = "latest"
|
"github:DarthSim/overmind" = "latest"
|
||||||
"github:F1bonacc1/process-compose" = "latest"
|
"github:F1bonacc1/process-compose" = "latest"
|
||||||
"github:modem-dev/hunk" = "latest"
|
"github:modem-dev/hunk" = "latest"
|
||||||
|
|||||||
+2
-1
@@ -4,7 +4,8 @@ set-option -g status-interval 2
|
|||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
set-option -g history-limit 10000
|
set-option -g history-limit 10000
|
||||||
set -s escape-time 0
|
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
|
### Fix supporting italics
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
|||||||
Reference in New Issue
Block a user