From a636aa744eef08ae384111b592582c23671ecc1e Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Thu, 28 Feb 2019 07:44:13 -0700 Subject: [PATCH] Add tmux copy on select --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a581f8f..0418109 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -130,7 +130,7 @@ run -b 'tmux bind -ct vi-edit Escape cancel 2> /dev/null || true' # -- copy mode ----------------------------------------------------------------- - +bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection bind Enter copy-mode # enter copy mode run -b 'tmux bind -t vi-copy v begin-selection 2> /dev/null || true'