Skip to content

Commit 016d939

Browse files
committed
fix: tmux yank not working
1 parent 335e4c3 commit 016d939

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config/tmux/tmux.conf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ set-option -sa terminal-overrides ",xterm*:Tc"
22
set -g mouse on
33
set -g status-position top
44

5-
# Enable clipboard
65
set -g set-clipboard on
7-
set -g @override_copy_command 'xclip -i -sel p -f | xclip -i -sel c'
6+
7+
set -g @override_copy_command 'xclip -i -selection clipboard'
8+
89
set -g @yank_selection 'clipboard'
9-
set-option -sa terminal-features ',*:clipboard'unbind C-b
10+
11+
set -as terminal-features ',*:clipboard'
1012

1113
set -g prefix C-Space
1214
bind C-Space send-prefix

0 commit comments

Comments
 (0)