From: Maximilian Friedersdorff Date: Sat, 22 Oct 2016 19:07:28 +0000 (+0100) Subject: Make tmux play nice with emacs/evil X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=75c5e5b63b8245a9e5fc81c90bf1444d433887d4;p=max%2Fdotfiles.git Make tmux play nice with emacs/evil --- 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