Update kitty and tmux to properly pass through shift enter.
This commit is contained in:
@@ -39,3 +39,6 @@ sync_to_monitor yes
|
|||||||
|
|
||||||
# Splits/windows
|
# Splits/windows
|
||||||
enabled_layouts splits, stack
|
enabled_layouts splits, stack
|
||||||
|
|
||||||
|
# Extended key codes for tmux
|
||||||
|
map shift+enter send_text all \x1b[13;2u
|
||||||
|
|||||||
@@ -64,5 +64,7 @@ set -s escape-time 0
|
|||||||
set -g history-limit 50000
|
set -g history-limit 50000
|
||||||
set -g display-time 4000
|
set -g display-time 4000
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
set -g extended-keys on
|
||||||
|
set -as terminal-features ",screen-256color:extkeys"
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
|
|||||||
Reference in New Issue
Block a user