From 2faeaeb792ef12bd2cc073575a18ba268a55311f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Tue, 8 Nov 2016 16:42:08 +0200 Subject: [PATCH] set tmux escape time to 0 --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 803f4ee..7a0df87 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,6 @@ # Remap prefix to ctrl + a set -g prefix C-a +set -s escape-time 0 unbind C-b bind C-a send-prefix set -sg escape-time 0