zed
zed copied to clipboard
Vim mode j (go down) command hangs for a while
Summary
Vim mode j (go down) command hangs for a while Other commands works perfectly fine
Steps to reproduce:
- start vim mode
- write couple lines of text
- goto first line
- press j
Expected Behavior: cursor go down immediately Actual Behavior:
cursor wait for some time before going down
in settings json
"vim_mode": true,
-->
Zed Version and System Specs
Zed: v0.185.15 (Zed) OS: macOS 15.4.1 Memory: 16 GiB Architecture: aarch64
What's in your keymap?
Anything that starts with the j stroke?
well, you were kinda right i had only two things in my keymap.json, but one of them were
{
"context": "Editor",
"bindings": {
"j k": ["workspace::SendKeystrokes", "escape"]
}
}
do not remember I ever added this