diff --git a/iterm2/com.googlecode.iterm2.plist b/iterm2/com.googlecode.iterm2.plist index 6e38c25..e764cfa 100644 --- a/iterm2/com.googlecode.iterm2.plist +++ b/iterm2/com.googlecode.iterm2.plist @@ -360,6 +360,19 @@ Version 2 + 0xd-0x20000-0x24 + + Action + 10 + Apply Mode + 1 + Escaping + 2 + Text + [13;2u + Version + 2 + Link Color diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c511180..35e337a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -36,6 +36,11 @@ # Configuration ################################################################ ################################################################################ +# [WIP] attempting to get shift-enter to work +set -g extended-keys on +set -as terminal-features 'xterm*:extkeys' +set -as terminal-features 'screen*:extkeys' + # Use “screen-256color-bce” (no BCE) to force tmux to repaint column 0 on scroll # & avoid the green‐stripe background‑color-erase bug. # See: https://github.com/izzygomez/dotfiles/pull/2