Use system clipboard in tmux, hopefully.

This commit is contained in:
Jake Howard 2019-05-12 11:48:30 +01:00
parent d2927daeb8
commit 3aeecf294d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -4,6 +4,7 @@ set -g history-limit 1000
set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-window-option -g mouse on set-window-option -g mouse on
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
set -g set-clipboard on
unbind C-b unbind C-b
set -g prefix C-t set -g prefix C-t