tmux fix escape delay

This commit is contained in:
thek4n 2024-03-27 00:10:47 +03:00
parent 1f3cdc9ff3
commit 70c7563638

View File

@ -42,6 +42,7 @@ set -g window-status-current-style 'bg=white,fg=black bold'
set -g window-status-format '#W#{?window_flags,#{window_flags}, }' set -g window-status-format '#W#{?window_flags,#{window_flags}, }'
set -g window-status-current-format '#W#{?window_flags,#{window_flags}, }' set -g window-status-current-format '#W#{?window_flags,#{window_flags}, }'
set -s escape-time 0
set -g message-style 'fg=black bg=white bold' set -g message-style 'fg=black bg=white bold'
set-option -g bell-action none set-option -g bell-action none