AutoYADM commit: 2025-01-14 00:15:06
This commit is contained in:
parent
9b53ab3290
commit
2c4daf8727
1 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,9 @@ set -g xterm-keys on
|
||||||
set -s extended-keys on
|
set -s extended-keys on
|
||||||
# set -as terminal-features 'xterm*:extkeys'
|
# set -as terminal-features 'xterm*:extkeys'
|
||||||
# THIS IS WHAT MAKES EXTENDED MODIFIERS WORK IN TMUX
|
# THIS IS WHAT MAKES EXTENDED MODIFIERS WORK IN TMUX
|
||||||
set -as terminal-features '*ghostty*:extkeys:256color'
|
# set -as terminal-features '*ghostty*:extkeys'
|
||||||
|
# set -g default-terminal "tmux-256color"
|
||||||
|
set -ag terminal-overrides ",foot*:Tc:extkeys"
|
||||||
# # don't let programs rename window
|
# # don't let programs rename window
|
||||||
set -g allow-rename off
|
set -g allow-rename off
|
||||||
# # don't wait after escape sequences
|
# # don't wait after escape sequences
|
||||||
|
@ -172,7 +173,7 @@ bind c new-window -c ""
|
||||||
# TESTING
|
# TESTING
|
||||||
|
|
||||||
# DO NOT bind -n M-T display-message "Testing"
|
# DO NOT bind -n M-T display-message "Testing"
|
||||||
bind -n M-T display-message "test?"
|
bind -n C-Enter display-message "test?"
|
||||||
|
|
||||||
|
|
||||||
# WARN: This line must come last!
|
# WARN: This line must come last!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue