diff --git a/.tmux.conf b/.tmux.conf index ffae864..2b79aa8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,9 @@ unbind C-b set -g base-index 1 setw -g pane-base-index 1 +# Make vim more responsive +set -sg escape-time 10 + bind-key C-o last-window bind-key C-a select-pane -t :.+ bind-key a send-prefix