diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index b73d52b..b5dc82f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -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"