chore: increase tmux escape time

This commit is contained in:
2026-01-28 18:57:34 +01:00
parent 658b32b559
commit 2fc38da6ef
+1
View File
@@ -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}"