Tmux: Fix random character printing to stdin.
This commit is contained in:
parent
1188ba617d
commit
cee6db4436
|
@ -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"
|
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
|
||||||
|
|
||||||
# Env.
|
# Env.
|
||||||
set -sg escape-time 0
|
set -sg escape-time 50
|
||||||
set-option -g default-terminal "tmux-256color"
|
set-option -g default-terminal "tmux-256color"
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
set-option -sa terminal-features "RGB"
|
set-option -sa terminal-features "RGB"
|
||||||
|
|
Loading…
Reference in a new issue