diff options
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r-- | .config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 797387b..8796f7b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ set-option -sa terminal-overrides ",xterm*:Tc" set-option -g default-shell /bin/zsh +set -sg escape-time 0 bind h select-pane -L bind j select-pane -D |