-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
I want to add a custom keybinding and had some success:
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<Space>"],
"after": ["o", "Esc"]
},
]That works. But this does not:
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<Shift-Space>"],
"after": ["O", "Esc"]
},
],I'm not sure what the problem is. I have tried ["<Shift-Space>"], ["<Shift+Space>"], ["<S-Space>"], ["<S+Space>"], ["<S>", "<Space>"], none of them works.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels