Navigation to previous commands.
lucky-chap opened this issue · 5 comments
lucky-chap commented
Whenever a user navigates to a command with sub-commands, there's nothing to tell the user to press the Escape key to go back. I think showing some sort of help message can make the user navigate back from deep sub-commands, without trying to figure out which key to press. This is a huge problem on mobile phones
albingroen commented
dragonfire1119 commented
@albingroen Could you utilize delete or backspace, as raycast does?
They also include a "back" button:
albingroen commented
Semmu commented
Just found this lib and wanted to say the same: going up a level via backspace would be really useful to implement.
albingroen commented
This PR adds support for hitting Backspace
to move up a page (runs the onEscape
if specified)
#8