Occasionally, I map a group of related actions (usually related to a plugin) to a group of key combinations.
I try to use some mnemonics to ease remembering it. For instance, I added 3 mappings for overseer plugin (qr, qt, qa) for (Run, Toggle and Quick Action respectively).
When I do that I need to identify which key combinations "are not used" first. The question is if there is a way to identify a group of "not used key combinations" that can be used to map a new set of actions. (*A) (*B)
*A: Is not that I have too many use combinations, but sometimes the existing combinations are embedded in muscle memory, and do not realize that are used until seeing its definition
*B: Understanding that there is an infinite key combination, the intention is to the X most recommended.
Kind of the opposite of this question: In NeoVim/Vim, how to know all used key combination?