Have tmux stop swallowing ctrl-'

This commit is contained in:
Ted Kulp
2025-09-17 07:12:10 -04:00
parent 734c403453
commit 8c7adf0b31

View File

@@ -1,6 +1,10 @@
# Allows colors to better match
set-option -sa terminal-overrides ",xterm*:Tc"
# Stop swalloing characters
set -g extended-keys on
set -as terminal-features 'xterm*:extkeys,tmux*:extkeys'
# Mouseify mode
set -g mouse on