updated tmux config for global set escape to 0. Didn't help the underlying problem

This commit is contained in:
Wryn Wagner 2021-04-09 15:20:15 -06:00
parent 3b8514d9aa
commit b90a3fc2b4

View File

@ -2,7 +2,7 @@ source-file ~/.wryn/config/tmux/n-bindings.tmux
source-file ~/.wryn/config/tmux/t-bindings.tmux
# don't use escape key
set -s escape-time 0
set -sg escape-time 0
# quick reload
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"