diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6947e69..2fd1917 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -85,6 +85,7 @@ set -g repeat-time 1000 set -g mode-keys vi set -g status-interval 1 set -g set-clipboard on +set -g escape-time 0 ################ ### Bindings ###