Add extra shortcuts for builtins - #755
Conversation
- input_go_word_left: alt-b - input_go_word_right: alt-f - line_down: ctrl-j - line_up: ctrl-k - panel_left_no_open: ctrl-h - panel_right_no_open: ctrl-h
e18adcf to
0fdc2aa
Compare
|
Those look a little too personal, apart maybe the Other users are invited to give their opinion. |
|
|
Is it possible to have readline(3)-like binding when in command mode? Helix editor did it. |
|
The right solution to me seems to be the addition of a commented-out block of settings in the default configuration, similar to what we already have for vim-like shortcuts: https://github.com/Canop/broot/blob/main/resources/default-conf/verbs.hjson#L113 |
These don't conflict with any existing builtin shortcuts and users can override them if they want.