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:
parent
986b446749
commit
3b428e2ecc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "Editor && vim_mode == insert && !menu",
|
"context": "Editor && vim_mode == insert",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
// "j k": "vim::NormalBefore"
|
// "j k": "vim::NormalBefore"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue