Tmux: Fix random character printing to stdin.

This commit is contained in:
Dmitry Voronin 2024-12-19 09:11:48 +03:00
parent 1188ba617d
commit cee6db4436

View file

@ -12,7 +12,7 @@ bind -T copy-mode-vi v send -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
# Env.
set -sg escape-time 0
set -sg escape-time 50
set-option -g default-terminal "tmux-256color"
set-option -g focus-events on
set-option -sa terminal-features "RGB"