aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-11-23 21:48:09 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-11-23 21:48:09 +0100
commitece05a3073e68f427a79498678a5c0bacda1d790 (patch)
tree164d2fc9e6f383a86cce0f06b0cbd0d97a36ad82
parent1746ea2749f651da0423bfe637cddf0c22df831a (diff)
downloaddotfiles-ece05a3073e68f427a79498678a5c0bacda1d790.tar.gz
dotfiles-ece05a3073e68f427a79498678a5c0bacda1d790.tar.bz2
dotfiles-ece05a3073e68f427a79498678a5c0bacda1d790.zip
Disable escape in tmux
-rwxr-xr-x[-rw-r--r--]tmux/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index c57ee50..77a6eed 100644..100755
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -8,3 +8,5 @@ bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."
8 8
9set -g status-bg default 9set -g status-bg default
10set -g status-fg default 10set -g status-fg default
11
12set -s escape-time 0