diff --git a/home/user/.config/tmux/tmux.conf b/home/user/.config/tmux/tmux.conf index a2246ec..a6b58ba 100644 --- a/home/user/.config/tmux/tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -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-current-format '#W#{?window_flags,#{window_flags}, }' +set -s escape-time 0 set -g message-style 'fg=black bg=white bold' set-option -g bell-action none