Compare commits
10 Commits
main
..
fe449d5682
| Author | SHA1 | Date | |
|---|---|---|---|
| fe449d5682 | |||
| 419b4ca6bc | |||
| 243b9810c8 | |||
| d6bed7a5f5 | |||
| 5a839c4051 | |||
| 590c2ce2e7 | |||
| a2915b9ffe | |||
| e52b60547b | |||
| 3e521b1b90 | |||
| 71454f4aae |
@@ -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.21.1"
|
||||
"github:Satty-org/Satty" = "0.20.1"
|
||||
"github:DarthSim/overmind" = "latest"
|
||||
"github:F1bonacc1/process-compose" = "latest"
|
||||
"github:modem-dev/hunk" = "latest"
|
||||
|
||||
@@ -11,7 +11,7 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term ghostty
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
|
||||
+2
-3
@@ -4,8 +4,7 @@ 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 off
|
||||
set-hook -g session-closed 'choose-tree -Zs'
|
||||
set-option -g detach-on-destroy previous
|
||||
|
||||
### Fix supporting italics
|
||||
set -g default-terminal "tmux-256color"
|
||||
@@ -48,7 +47,7 @@ bind-key -T copy-mode-vi 'C-l' select-pane -R
|
||||
|
||||
# Improved support for Claude Code CLI.
|
||||
set -g allow-passthrough on
|
||||
set -as terminal-features 'alacritty*:RGB'
|
||||
set -as terminal-features 'xterm-ghostty*:RGB'
|
||||
|
||||
# change windows
|
||||
bind -n S-Right next-window
|
||||
|
||||
Reference in New Issue
Block a user