Add some stuff to make pi agent happier
This commit is contained in:
parent
851f6d9655
commit
ee93e18a6b
2 changed files with 15 additions and 0 deletions
|
|
@ -20,3 +20,7 @@ set-window-option -g bell-action other
|
|||
set -g window-status-style bg=yellow
|
||||
set -g window-status-current-style bg=red,fg=white
|
||||
|
||||
# Set up modifier keys so that Shift+Enter and Ctrl+Enter are distinguishable
|
||||
# based on https://github.com/earendil-works/pi/blob/main/packages/coding-agent/docs/tmux.md
|
||||
set -g extended-keys on
|
||||
set -g extended-keys-format csi-u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue