1
0
Fork 0
mirror of synced 2024-06-01 06:31:10 -04:00

Fixed missing vi-copy / copy-mode-vi H/L keybindings. Fixes #175

This commit is contained in:
Divo Kaplan 2018-08-03 23:08:39 +03:00 committed by Gregory Pakosz
parent 08334a6451
commit 6679c0af2c

View file

@ -139,6 +139,8 @@ run -b 'tmux bind -T copy-mode-vi y send -X copy-selection-and-cancel 2> /dev/nu
run -b 'tmux bind -t vi-copy Escape cancel 2> /dev/null || true'
run -b 'tmux bind -T copy-mode-vi Escape send -X cancel 2> /dev/null || true'
run -b 'tmux bind -t vi-copy H start-of-line 2> /dev/null || true'
run -b 'tmux bind -T copy-mode-vi H send -X start-of-line 2> /dev/null || true'
run -b 'tmux bind -t vi-copy L end-of-line 2> /dev/null || true'
run -b 'tmux bind -T copy-mode-vi L send -X end-of-line 2> /dev/null || true'
# copy to Mac OSX clipboard