From bf1004247b5da769ec617c54cfe83bdf50c9b717 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 11 Apr 2025 13:44:28 +0200 Subject: [PATCH] update --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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'