From bb7be62b846276e9af0e4fcd3084c7c3d12b0198 Mon Sep 17 00:00:00 2001 From: Vanderson Rodrigues Date: Fri, 18 Oct 2024 21:40:51 -0300 Subject: [PATCH] [tmate] Update configuration --- tmate/.tmate.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tmate/.tmate.conf b/tmate/.tmate.conf index 242034d..6ad31bb 100644 --- a/tmate/.tmate.conf +++ b/tmate/.tmate.conf @@ -1,9 +1,13 @@ # Tmate specific configuration #set tmate-authorized-keys "~/.ssh/authorized_keys" + # Reassign prefix to not conflict with tmux set -g prefix M-b bind-key b send-prefix +# Fix timeout for escape key +set -s escape-time 0 + # General settings set-option -g default-terminal "tmux-256color" set-option -ga terminal-overrides ",*256col*:Tc" @@ -40,9 +44,6 @@ set-window-option -g pane-base-index 1 # Set vi style set-window-option -g mode-keys vi -# Set escape time -set-option -g escape-time 20 - # Enable escape sequences for copying set-option -g set-clipboard on