-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I want to do
inoremap jk <Esc>
I followed the docs about user custom key remappings and inserted the following in brackets.json:
"vimderbar.mappings": [
{"keys": "jk", "toKeys": "Esc", "mode": "insert"}
]
When I press jk in insert mode, jk is deleted but vimderbar still stays in insert mode. Do I miss something here or is this a bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels