From 3aeecf294d9092a7f92629c60eb57734efce245a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 May 2019 11:48:30 +0100 Subject: [PATCH] Use system clipboard in tmux, hopefully. --- files/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/tmux.conf b/files/tmux.conf index e7553f4..1719c82 100644 --- a/files/tmux.conf +++ b/files/tmux.conf @@ -4,6 +4,7 @@ set -g history-limit 1000 set -g terminal-overrides 'xterm*:smcup@:rmcup@' set-window-option -g mouse on set-window-option -g mode-keys vi +set -g set-clipboard on unbind C-b set -g prefix C-t