From 30d081f3da811e7d5055d2fbcb603e025b4797a3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 31 Dec 2018 10:18:59 +0100 Subject: Add mouse interaction to tmux --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5d37811..904bb19 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -16,7 +16,6 @@ set -g lock-after-time 0 set -g lock-command "lock -np" set -g message-command-style fg=yellow,bg=black set -g message-style fg=black,bg=yellow -set -g mouse off set -g prefix C-b set -g prefix2 None set -g renumber-windows off @@ -41,3 +40,5 @@ set -g visual-bell off set -g visual-silence off set -g word-separators " -_@" set -g mouse on +set -g set-clipboard external +bind -T root MouseUp2Pane paste \ No newline at end of file -- cgit