-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed as not planned
Labels
A-keymapArea: Keymap and keybindingsArea: Keymap and keybindingsC-enhancementCategory: ImprovementsCategory: Improvements
Description
Currently if you change a lot of normal mode keybinds (e.g., change the GoTo mode as [keys.normal."g"]
), you'd have to copy these changes several times to other modes so they keep working there (e.g., as [keys.select."g"]
since), which is rather cumbersome, especially when you tweak the configs.
The source code uses a nifty let mut select = normal.clone();
trick that allows only editing the keybinds that are different
Would you please allow a similar ease of composition for the user configs?
NNBnh, Omnikar, schneiderfelipe, runiq, lmerz1 and 1 more
Metadata
Metadata
Assignees
Labels
A-keymapArea: Keymap and keybindingsArea: Keymap and keybindingsC-enhancementCategory: ImprovementsCategory: Improvements