From 75c5e5b63b8245a9e5fc81c90bf1444d433887d4 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sat, 22 Oct 2016 20:07:28 +0100 Subject: [PATCH] Make tmux play nice with emacs/evil --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5d8a0c0..df38b87 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,3 +8,5 @@ set -g prefix C-a bind C-a send-prefix set -g default-terminal "screen-256color" + +set -s escape-time 0 \ No newline at end of file -- 2.45.2