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

^f stopped working after 1.25.1 update #2865

Closed
Mehuge opened this issue Jul 21, 2018 · 1 comment
Closed

^f stopped working after 1.25.1 update #2865

Mehuge opened this issue Jul 21, 2018 · 1 comment

Comments

@Mehuge
Copy link

Mehuge commented Jul 21, 2018

Specifically, this behaviour from the README no longer works

VSCodeVim will take over your control keys, just like real vim, so you get the full vim experience. This behaviour can be adjusted with the useCtrlKeys and handleKeys settings.

Steps to reproduce the behavior:

  1. Upgrade VSC to 1.25.1
  2. Edit a file
  3. Press ^F

Expected behavior
Move forward 1/2 a page, but instead I get the Find box.

  • Extension (VsCodeVim) version: 0.15.3
  • VSCode version: 1.25.1
  • OS: Windows 8.1

Default User Settings:

"vim.useCtrlKeys": true,
"vim.handleKeys": {
    "<C-d>": true
}

Custom User Settings:

"vim.useCtrlKeys": true,

Adding the following to custom config doesn't fix the issue.

"vim.handleKeys": {
    "<C-d>": true,
    "<C-f>": true
}
@Mehuge
Copy link
Author

Mehuge commented Jul 21, 2018

Closing. Not sure what happened but restarting VSC and ctrl keys started working again, ^F goes forward.

@Mehuge Mehuge closed this as completed Jul 21, 2018
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

1 participant