AutoYADM commit: 2024-12-29 20:45:02
This commit is contained in:
parent
3194332028
commit
0754fee736
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Needed for some graphics to work properly
|
# Needed for some graphics to work properly
|
||||||
set -g default-terminal "tmux-256color"
|
# set -g default-terminal "tmux-256color"
|
||||||
set -as terminal-features ',xterm-kitty:RGB'
|
# set -as terminal-features ',xterm-kitty:RGB'
|
||||||
# So keystrokes are forwarded correctly
|
# So keystrokes are forwarded correctly
|
||||||
set -g xterm-keys on
|
set -g xterm-keys on
|
||||||
|
set -s extended-keys on
|
||||||
|
set -as terminal-features 'xterm*:extkeys'
|
||||||
|
|
||||||
# don't let programs rename window
|
# don't let programs rename window
|
||||||
set -g allow-rename off
|
set -g allow-rename off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue