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

@@ -39,3 +39,6 @@ sync_to_monitor yes
# Splits/windows
enabled_layouts splits, stack
# Extended key codes for tmux
map shift+enter send_text all \x1b[13;2u

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