zed icon indicating copy to clipboard operation
zed copied to clipboard

Vim mode j (go down) command hangs for a while

Open stalexxx opened this issue 9 months ago • 1 comments

Summary

Vim mode j (go down) command hangs for a while Other commands works perfectly fine

Steps to reproduce:

  1. start vim mode
  2. write couple lines of text
  3. goto first line
  4. 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

stalexxx avatar May 13 '25 06:05 stalexxx

What's in your keymap? Anything that starts with the j stroke?

SomeoneToIgnore avatar May 13 '25 06:05 SomeoneToIgnore

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

stalexxx avatar May 14 '25 06:05 stalexxx