From ece05a3073e68f427a79498678a5c0bacda1d790 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 23 Nov 2016 21:48:09 +0100 Subject: Disable escape in tmux --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf old mode 100644 new mode 100755 index c57ee50..77a6eed --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,3 +8,5 @@ bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." set -g status-bg default set -g status-fg default + +set -s escape-time 0 -- cgit v1.2.3