Skip to content

Commit

Permalink
Merge pull request gpakosz#176 from DivoK/master
Browse files Browse the repository at this point in the history
Fixed missing vi-copy / copy-mode-vi H/L keybindings.
  • Loading branch information
gpakosz authored Aug 9, 2018
2 parents 08334a6 + 6679c0a commit 862c22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 862c22c

Please sign in to comment.