Update kitty and tmux to properly pass through shift enter.

This commit is contained in:
2026-03-28 19:52:43 -07:00
parent 7018cdb96a
commit 2949eb85e5
2 changed files with 5 additions and 0 deletions

View File

@@ -64,5 +64,7 @@ set -s escape-time 0
set -g history-limit 50000
set -g display-time 4000
set -g default-terminal "screen-256color"
set -g extended-keys on
set -as terminal-features ",screen-256color:extkeys"
set -g focus-events on
setw -g aggressive-resize on