Skip to content

Commit 9647259

Browse files
committed
add tmux terminal-overrides
1 parent 71c8e48 commit 9647259

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dot_tmux.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
set -g default-terminal "screen-256color"
1313
if 'infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-256color"'
1414

15+
set -ga terminal-overrides ",xterm-256color*:Tc"
16+
1517
setw -g xterm-keys on
1618
set -s escape-time 10 # faster command sequences
1719
set -sg repeat-time 600 # increase repeat timeout

0 commit comments

Comments
 (0)