Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move down by pressing [j] always jump more one line. #9062

Open
tnexlor opened this issue Jun 6, 2024 · 3 comments
Open

Move down by pressing [j] always jump more one line. #9062

tnexlor opened this issue Jun 6, 2024 · 3 comments

Comments

@tnexlor
Copy link

tnexlor commented Jun 6, 2024

Describe the bug
After unpressing j. The cursor still jump a next line.

To Reproduce
Steps to reproduce the behavior:
At normal mode. Pressing and hold j.

Screenshots
I press and hold j line 28. But the cursor always jump next line.

record.mp4

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.27.3
  • VSCode version: 1.90.0
  • OS: mac 14.5
@Sheepolution
Copy link

I've had a similar issue in the past. For me it was simply an issue of VSCode being slow for whatever reason.

@sidouglas
Copy link

I have this problem too. I have turned off a pile of extensions, turned off status bar colors, turned on affinity
A lot of users are experiencing the same slow downs.

@sidouglas
Copy link

sidouglas commented Aug 3, 2024

Actually - in my case I had these in my settings:

"vim.normalModeKeyBindingsNonRecursive": [
 // panes
    {
      "before": ["h", "leader"],
      "commands": ["workbench.action.focusLeftGroup"]
    },
    {
      "before": ["j", "leader"],
      "commands": ["workbench.action.focusBelowGroup"]
    },
    {
      "before": ["k", "leader"],
      "commands": ["workbench.action.focusAboveGroup"]
    },
    {
      "before": ["l", "leader"],
      "commands": ["workbench.action.focusRightGroup"]
    },
    ...
]

These are the culprits in my case - as they allow me to jump around editor panes. Guess I'll have to use something else now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants