From 2bdfa681f4fb966a78df168d4777cf118d54bc79 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 9 Jun 2023 08:47:39 -0500 Subject: [PATCH] I don't even know how tmux configs work --- home/private_dot_config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/private_dot_config/tmux/tmux.conf b/home/private_dot_config/tmux/tmux.conf index 0ce37e0..a82a5f5 100644 --- a/home/private_dot_config/tmux/tmux.conf +++ b/home/private_dot_config/tmux/tmux.conf @@ -1,6 +1,7 @@ set -g status-keys vi setw -g mode-keys vi - +set -sg escape-time 10 +set -g focus-events on set -g mouse on # keybindings @@ -25,8 +26,7 @@ bind s display-popup \ -B -e FZF_DEFAULT_OPTS="${FZF_DEFAULT_OPTS} --height=100%" \ -E "tsm" -# Set default term to xterm -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" set-option -ga terminal-overrides ",xterm-256color:Tc" # --------catppuccin mocha