Tab navigation shortcuts #44
Closed
jonas-grgt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today to navigate the top tabs you need to press het
<meta-key> + numbercombination.In most terminals this must be enabled and will map to
alt.This isn't intuitive and although it is mentioned in the README I've received the feedback that people are stuck.
Therefor I would like to open a discussion on an alternative default shortcut combination to navigate the tabs.
Alternatives I could think of:
ctrl + numberwon't work as the terminal doesn't send the ctrl signal only the number -> ctrl+<number> not captured charmbracelet/bubbletea#1207numberonly, i.e 1 to move to tab 1, 2 to move to tab 2 etc .. -> this is the most problematic to implement as numbers might also be used by other components such as text input fields.ctrl + charfor examplectrl + gto move to the consumer groups tabmeta-key + numberis just fineBeta Was this translation helpful? Give feedback.
All reactions