From 773ff2f8ba9498fb3555698fecdefeea825b5ba5 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sat, 23 Mar 2024 10:12:06 -0700 Subject: [PATCH] Updates Tmux Configuration --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c5f44e6..b91f26f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,10 @@ bind-key i select-pane -R set-option -g status-position top set -g default-terminal "tmux-256color" +set-option -sg escape-time 10 set -ag terminal-overrides ",xterm-256color:RGB" bind-key = kill-session + +set-option -sg escape-time 10 +set-option -g focus-events on