We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335e4c3 commit 016d939Copy full SHA for 016d939
config/tmux/tmux.conf
@@ -2,11 +2,13 @@ set-option -sa terminal-overrides ",xterm*:Tc"
2
set -g mouse on
3
set -g status-position top
4
5
-# Enable clipboard
6
set -g set-clipboard on
7
-set -g @override_copy_command 'xclip -i -sel p -f | xclip -i -sel c'
+
+set -g @override_copy_command 'xclip -i -selection clipboard'
8
9
set -g @yank_selection 'clipboard'
-set-option -sa terminal-features ',*:clipboard'unbind C-b
10
11
+set -as terminal-features ',*:clipboard'
12
13
set -g prefix C-Space
14
bind C-Space send-prefix
0 commit comments