commit 7d905b3d4c54d1965920f14ec564a56933e42011
parent 7c63ff419324254dfa1beaa7062e7cf1ead0346c
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 8 Oct 2018 17:30:39 +0200
tmux: bind b to copy-mode too...
This is mainly to be able to switch to copy mode on a keyboard that
does not have an escape keys.. like the google pixel c keyboard...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tmux/keybindings b/tmux/keybindings
@@ -28,6 +28,7 @@ bind -r R resize-pane -R 5
set -g mode-key vi
# `PREFIX`-`ESCAPE` for going into copy mode
bind-key ESCAPE copy-mode
+bind-key b copy-mode
# Rebinding some vi-copy keys in a more bepoish fashion.
#bind-key -Tvi-copy 'v' begin-selection
#bind-key -Tvi-copy 'y' copy-selection