"vim::SwitchToNormalMode" instead of ["workspace::SendKeystrokes", "escape"]

This commit is contained in:
Michael Sloan
2025-05-29 16:23:53 -06:00
parent a804e57bd4
commit 0437ecc901

View File

@@ -15,7 +15,7 @@
{
"context": "Editor && vim_mode == insert && !menu",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
// "j k": "vim::SwitchToNormalMode"
}
}
]