Compare commits
11 Commits
419b4ca6bc
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b2aae384e0 | |||
| 6905cdf3be | |||
| 3c6afb9d3a | |||
| 2192fa23f0 | |||
| e232d1ec2e | |||
| 15f8e17b57 | |||
| 41c5a6c37d | |||
| 1510881558 | |||
| 13a252517a | |||
| b2033a7b2d | |||
| adbac68c9e |
@@ -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"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ set $down j
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term ghostty
|
set $term alacritty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# 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.
|
# on the original workspace that the command was run on.
|
||||||
|
|||||||
+3
-1
@@ -4,6 +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 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"
|
||||||
@@ -46,7 +48,7 @@ bind-key -T copy-mode-vi 'C-l' select-pane -R
|
|||||||
|
|
||||||
# Improved support for Claude Code CLI.
|
# Improved support for Claude Code CLI.
|
||||||
set -g allow-passthrough on
|
set -g allow-passthrough on
|
||||||
set -as terminal-features 'xterm-ghostty*:RGB'
|
set -as terminal-features 'alacritty*:RGB'
|
||||||
|
|
||||||
# change windows
|
# change windows
|
||||||
bind -n S-Right next-window
|
bind -n S-Right next-window
|
||||||
|
|||||||
Reference in New Issue
Block a user