From 2b80f38cc33a4afef300668e3290785476ab72df Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 8 May 2017 19:29:29 +0100 Subject: [PATCH] Added vim esc to tmux.conf --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 1901fb6..f51b991 100644 --- a/tmux.conf +++ b/tmux.conf @@ -5,7 +5,7 @@ set -g prefix C-a unbind C-b setw -g mode-keys vi - +set -sg escape-time 0 ###################### ### DESIGN CHANGES ###