AutoYADM commit: 2024-12-13 15:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-13 15:00:02 -05:00
parent e208c2c31a
commit 17c3afa137
3 changed files with 10 additions and 4 deletions

View file

@ -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 ""
# For image.nvim
set -gq allow-passthrough on