-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Motivation
Right now, I am hard-coding the possible modes of the keymappings
Solution
It would be better to make a function that:
- takes the configuration of the keymaps, like
n = { '<Up>', prompt_act.history_up }. - gets the key, that's the mode, and can be any valid character refering to a mode
nixv. - converts this to a valid set of options to pass as a parameter to
vim.keymap.set.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels