Commit 7d905b3d4c54

Vincent Demeester <vincent@sbr.pm>
2018-10-08 17:30:39
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>
1 parent 7c63ff4
Changed files (1)
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