From 4a306b5c90cca926e8587ffcac2eb0ad31d54c80 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 18 Jul 2023 00:58:13 +0200 Subject: [PATCH] improve tmux copy paste --- .config/tmux/tmux.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e8f3cbc..5afed2e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -17,13 +17,6 @@ set -g mouse on # Lower escape timing from 500ms to 100ms for quicker response to scroll-buffer access. set -s escape-time 100 -# Copy to the primary clipboard -set -s copy-command 'wl-copy --primary' - -# Middle click to paste from the clipboard -unbind-key MouseDown2Pane -bind-key -n MouseDown2Pane run "tmux set-buffer \"$(wl-paste --primary)\"; tmux paste-buffer" - # Splitting bind-key h split-window -h bind-key v split-window -v