diff --git a/tmux.conf b/tmux.conf index aa9e9e9..4495bb5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -13,6 +13,8 @@ bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" +set -sg escape-time 5 + set-option -sa terminal-features ',xterm-256color:RGB' run '~/.tmux/plugins/tpm/tpm'