[mini.clue] Keep showing clue window regardless of key presses #1899
-
Contributing guidelines
Module(s)mini.clue QuestionI want to show keymaps for when I open |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
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).