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

<C -c> stopped working this morning #3110

Closed
kamry-bowman opened this issue Oct 6, 2018 · 3 comments
Closed

<C -c> stopped working this morning #3110

kamry-bowman opened this issue Oct 6, 2018 · 3 comments

Comments

@kamry-bowman
Copy link

Describe the bug
stopped working to leave Insert mode as of today. It previously worked. No changes were made to VSCode or Vim config.

Vim settings are:

    "vim.useSystemClipboard": true,
    "vim.handleKeys": {
        "<C-b>": false,
    },
    "vim.useCtrlKeys": true,

Expected behavior
Expect to exit Insert mode to Normal mode.
Environment (please complete the following information):

  • Extension (VsCodeVim) version: 0.16.7
  • VSCode version: 1.27.2
@shawnaxsom
Copy link
Contributor

Hi @kamry-bowman, thanks for raising the issue! I am sorry for the inconvenience.

I can't reproduce the issue with those same versions and settings, so we might need additional information.

Any of this information you can provide would be helpful and appreciated:

  • I'm assuming this is a problem on fresh start?
  • Do you have any other extensions enabled? Have you tried disabling all but VSCodeVim?
  • Do you have any other settings in vscode? Have you tried removing all settings except those for vim? What if you remove the VSCodeVim settings you listed as well?
  • Do other escape mappings work, such as <Esc> or <C-[>?
  • What OS and OS version are you on?

@kamry-bowman
Copy link
Author

A bit embarrassing.. Ctrl+C wasn't working generally in Windows 10. A restart fixed the problem throughout the OS including VS Code. Thanks for the quick response.

@shawnaxsom
Copy link
Contributor

No problem, thanks for the resolution!

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

2 participants