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;hp=949ce3b39b2c9dae3db5d3de4ed26dc97b969a3f;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