Remove !menu from j k binding in initial keymap examples (#34959)

See
https://github.com/zed-industries/zed/pull/34912#issuecomment-3108802582

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-07-23 17:33:40 +00:00
committed by GitHub
parent 986b446749
commit 3b428e2ecc
+1 -1
View File
@@ -13,7 +13,7 @@
}
},
{
"context": "Editor && vim_mode == insert && !menu",
"context": "Editor && vim_mode == insert",
"bindings": {
// "j k": "vim::NormalBefore"
}