]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Make tmux play nice with emacs/evil
authorMaximilian Friedersdorff <maxf130@gmail.com>
Sat, 22 Oct 2016 19:07:28 +0000 (20:07 +0100)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Sat, 22 Oct 2016 19:07:28 +0000 (20:07 +0100)
tmux/.tmux.conf

index 5d8a0c08aea706c07b41a47f9515e96d2d2ecc1c..df38b8765928f7abfa2ffa6421eeb0e4f6c1f66c 100644 (file)
@@ -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