diff --git a/config/tmux.conf b/config/tmux.conf index 6e7240d..2f6417d 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -1,5 +1,6 @@ # don't use escape key set -sg escape-time 0 +set-option -g default-shell $SHELL # quick reload bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"