Skip to content
Discussion options

You must be logged in to vote

I am afraid the answer is "No" to both larger and smaller questions.

The clue window is deliberately only shown after pressing trigger key. This is by design to limit the scope of the module and to have an explicit opt-in setup.

It is even more not capable of showing mappings in 'mini.pick' because it doesn't implement the regular Neovim/Vim mappings. It implements its own mappings table that defines which action to perform after pressing a single key. This behavior is due to how 'mini.pick' implements its own key processing.

You can see all available mappings in a particular picker by pressing <S-Tab> (press <S-Tab> again to go back to main view; press <C-f> / <C-b> to scroll down/up).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.clue mini.pick
2 participants