From 8147874291cde4f3b0c7940fb80fb4f432155f4f Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 16 Oct 2022 16:10:52 -0700 Subject: [PATCH] H and L keybindings for tmux copy mode --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index acc8799..9bb8ebf 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -24,6 +24,8 @@ bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'V' send -X select-line bind-key -T copy-mode-vi 'r' send -X rectangle-toggle bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel pbcopy +bind-key -T copy-mode-vi 'H' send -X start-of-line +bind-key -T copy-mode-vi 'L' send -X end-of-line # colors set -g pane-active-border-style fg=brightred