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

Alt+← jump issue #2460

Open
coolemiao opened this issue Mar 20, 2018 · 4 comments
Open

Alt+← jump issue #2460

coolemiao opened this issue Mar 20, 2018 · 4 comments

Comments

@coolemiao
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
bug

What happened:
Before enabling plug-ins, Alt+← or Alt+→ only records jumps between functions. Moves the cursor inside a function without affecting the shortcut key jumps.
After the plug-in is enabled, cursor movements such as j/k are also recorded. Alt+← or Alt+→ shortcut keys do not jump directly back to the previous function. They just jump line by line.
How can I fix this problem, thank you

What did you expect to happen:
Alt+← or Alt+→ shortcut keys jump directly back to the previous function

How to reproduce it (as minimally and precisely as possible):

Environment:

  • Extension (VsCodeVim) version:0.11.2
  • VSCode version:1.21.1
  • OS version:Windows10 LTSB 10240
@coolemiao
Copy link
Author

My vim plugin configuration is as follows

    "vim.hlsearch": true,
    "vim.overrideCopy": false,
    "vim.useSystemClipboard": true,
    "vim.handleKeys": {
        "<C-f>": false,
        "<C-k>": false
    }

@wjchoe
Copy link

wjchoe commented Apr 16, 2018

I have the same problem. I can't believe people keep using vim with this bug.
It happens all OS like Windows, OSX, Linux .

@nsaje
Copy link

nsaje commented May 7, 2018

related to #1688

@gngshn
Copy link

gngshn commented Jan 1, 2019

I have the same problem. Is there any update of this issue?

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

4 participants