This commit is contained in:
Joey Payne 2019-01-11 16:02:25 -07:00
commit 8cf0d0b446
3 changed files with 7 additions and 9 deletions

View file

@ -126,7 +126,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'