diff --git a/.tmux.conf b/.tmux.conf index c5f44e6..b91f26f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,10 @@ bind-key i select-pane -R set-option -g status-position top set -g default-terminal "tmux-256color" +set-option -sg escape-time 10 set -ag terminal-overrides ",xterm-256color:RGB" bind-key = kill-session + +set-option -sg escape-time 10 +set-option -g focus-events on