Add tmux copy on select

This commit is contained in:
Joey Payne 2019-02-28 07:44:13 -07:00
commit a636aa744e

View file

@ -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'