Compare commits

...

6 Commits

Author SHA1 Message Date
Conrad Irwin
1c010cd369 revert back to SendKeystrokes to show off that feature
Also remove !menu as it's unlikely to be a problem in this case and
muddies the example
2025-06-03 19:12:04 -06:00
Michael Sloan
0437ecc901 "vim::SwitchToNormalMode" instead of ["workspace::SendKeystrokes", "escape"] 2025-05-29 16:23:53 -06:00
VladKopylets
a804e57bd4 fix: return old binding 2025-05-22 15:59:48 +03:00
VladKopylets
7bd38164fc fix: wrong indentation 2025-05-22 13:26:55 +03:00
VladKopylets
828129c46c fix: comment line 2025-05-22 11:12:53 +03:00
VladKopylets
dde5fac4b9 fix: "J" key latency in vim mode 2025-05-22 11:07:41 +03:00

View File

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