Skip to content

Commit a9df997

Browse files
committed
.tmux.conf: append to terminal-overrides instead of hardcoding index
1 parent c96ad74 commit a9df997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ set -g renumber-windows on
7272

7373
# enable OSC 52 support for the built-in selection/clipboard (see below)
7474
set -g set-clipboard on
75-
set -g terminal-features[2] "tmux*:clipboard:ccolour:cstyle:focus:title"
75+
set -ag terminal-features "tmux*:clipboard:ccolour:cstyle:focus:title"
7676

7777
# Rebind select-pane commands to disable key repeat (really annoying)
7878
bind Up select-pane -U

0 commit comments

Comments
 (0)