Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extra shortcuts for builtins #755

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

9999years
Copy link
Contributor

@9999years 9999years commented Oct 9, 2023

  • 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-l

These don't conflict with any existing builtin shortcuts and users can override them if they want.

- 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
@Canop
Copy link
Owner

Canop commented Oct 10, 2023

Those look a little too personal, apart maybe the line_down and line_up. Where do the alt-f for input_go_word_right come from ?
Unless there's some support from other users I'm reluctant to add those: if they're just personal, they can be just in your config.

Other users are invited to give their opinion.

@9999years
Copy link
Contributor Author

alt-b and alt-f for word-back and word-forward come from Emacs, although they're supported in many terminals as well.

@ghost
Copy link

ghost commented Nov 28, 2023

alt-b and alt-f for word-back and word-forward come from Emacs, although they're supported in many terminals as well.

Is it possible to have readline(3)-like binding when in command mode? Helix editor did it.

@Canop
Copy link
Owner

Canop commented Nov 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants