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 11:33:40 -06:00 committed by GitHub
parent 986b446749
commit 3b428e2ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
}
},
{
"context": "Editor && vim_mode == insert && !menu",
"context": "Editor && vim_mode == insert",
"bindings": {
// "j k": "vim::NormalBefore"
}