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