Skip to content

Commit

Permalink
[tmate] Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthdrew committed Oct 19, 2024
1 parent cf928cf commit bb7be62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tmate/.tmate.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bb7be62

Please sign in to comment.