From ecad8c0103da520bfb42912307fb7f709c2c2509 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 4 Oct 2020 17:45:28 +0100 Subject: mouse copy support in tmux from kai hendry --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/tmux/tmux.conf (limited to '.config') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..df5dbb2 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,3 @@ +set-option -g mouse on +set-option -s set-clipboard off +bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -se c -i" -- cgit v1.2.3