From 914fe6010395de4591c33d58a364fbe1ef9ba4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Sun, 13 Nov 2016 13:59:48 +0200 Subject: [PATCH] fix escape delay in tmux conf --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 6ac82d0..803f4ee 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,6 +2,7 @@ set -g prefix C-a unbind C-b bind C-a send-prefix +set -sg escape-time 0 unbind r bind r source-file ~/.tmux.conf