AutoYADM commit: 2024-12-13 15:00:02
This commit is contained in:
parent
e208c2c31a
commit
17c3afa137
3 changed files with 10 additions and 4 deletions
|
@ -1,10 +1,14 @@
|
|||
# set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "xterm-kitty"
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -as terminal-features ",xterm-256color:extkeys"
|
||||
# set -as terminal-features ',xterm-kitty:RGB'
|
||||
# set -gw xterm-keys on
|
||||
set -g xterm-keys on
|
||||
set -g allow-rename off
|
||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
bind-key -n 'C-M' send-keys -l '^m'
|
||||
set -s extended-keys on
|
||||
|
||||
# bind -n C-Enter send-keys "[13;2u"
|
||||
|
||||
# For image.nvim
|
||||
set -gq allow-passthrough on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue