From 6679c0af2cdb20a11f78d3bd8fe103626bb413e4 Mon Sep 17 00:00:00 2001 From: Divo Kaplan Date: Fri, 3 Aug 2018 23:08:39 +0300 Subject: [PATCH] Fixed missing vi-copy / copy-mode-vi H/L keybindings. Fixes #175 --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 142d5f3..7580d8c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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