-
-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Is your feature request related to a problem? Please describe.
Seems vim-which-key is designed to work with key mappings following leader or localleader. I experiment it with other leading char, such as g which is commonly used. I notice some issues.
- It only shows me the user defined key mappings, no vim default such as 'gJ'
- The vim default key mappings are totally broken, either typed faster or slower than the timeout. The error message is
[which-key] g J is undefined
Describe the solution you'd like
I am ok if it is difficult to show the vim default key mappings, but I really wish they still work.
Describe alternatives you've considered
Not to use vim-which-key with non leader characters.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
No labels