From 497d5f863f3bc08f85feb55add6540d4bc9b8f88 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 23 Feb 2021 20:26:05 -0800 Subject: [PATCH] Add vim option for tmux --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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