diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2021-06-01 10:09:24 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-06-01 10:09:24 -0500 |
commit | 030d14e0ea339ee118653260ebb0441c48de3298 (patch) | |
tree | 2a7f3687cbefab6691841e382100b6ea6df625c0 /tmux | |
parent | 9eccd5b577256d0d07bf3a3d628521b55a5a349f (diff) |
tmux: fix escape time
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 336925f..863727c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1 +1,2 @@ set -g default-terminal "screen-256color" +set -g escape-time 0 |