diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 98a3a9b..7a772db 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -10,6 +10,9 @@ set -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g renumber-windows on +# SPEED +set -g escape-time 0 +set-option -g status-interval 1 # set prefix key to ctrl + space unbind C-b