commit 5b0d52d19520d9b4c3c52685be9d32fd4320d731 parent ce5d158e183e57ba96a9524526ad9f8eb3d5633a Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 15 May 2018 13:58:34 -0400 Add M-u and M-d bindings to enter and scroll copy mode Diffstat:
M | links/.tmux.conf | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -143,7 +143,9 @@ bind -n -r M-N swap-window -t +1 # Swap window right # enable reattach-to-user-namespace which fixes pasteboard access and launchctl bind Space copy-mode # enter copy mode with <C-a><Space> -bind -n M-Space copy-mode # enter copy mode with <M-Space> +bind -n M-u copy-mode # enter copy mode with M-u +bind -T copy-mode-vi M-u send -X halfpage-up # scroll up with M-u +bind -T copy-mode-vi M-d send -X halfpage-down # scroll down with M-d bind -T copy-mode-vi v send -X begin-selection # start "visual" with v # Copy (yank) with y