Add new files and updates

This commit is contained in:
Joey Payne 2018-12-11 10:28:06 -07:00
commit 5815316af7
7 changed files with 30 additions and 5 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'