diff --git a/.tmux.conf b/.tmux.conf index 170bdd3..2edf62e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,7 @@ set-option -g default-shell /bin/zsh # remap prefix unbind C-b set-option -g prefix C-t +set-option -sg escape-time 10 bind-key C-t send-prefix # remap split panes bind v split-window -h -c "#{pane_current_path}"