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

Cannot bind <C-h> #3072

Closed
pet3r opened this issue Sep 24, 2018 · 1 comment
Closed

Cannot bind <C-h> #3072

pet3r opened this issue Sep 24, 2018 · 1 comment

Comments

@pet3r
Copy link

pet3r commented Sep 24, 2018

Describe the bug
I have used the <C-h> to switch to the left editor group.
Since one of the recent updates it's no longer works.

To Reproduce
Steps to reproduce the behavior:

  1. Add this to settings.json and save it
 "vim.insertModeKeyBindings": [
        {
            "before": ["<C-h>"],
            "after": ["<Esc>", "<C-w>", "h"]
        }
]
  1. Split the editor to two columns
  2. Enter insert mode in the right column
  3. Press <C-h>
  4. Nothing happens

Expected behavior
Switch the focus to the left column

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 0.16.5
  • VSCode version: 1.27.2
  • OS: Ubuntu 17.10

Additional context
I removed the default keybinding for Ctrl+h in VSCode (Replace).
I have similar settings for switching to the editor group on the right. I have noticed that it only works after a second try.

@pet3r pet3r closed this as completed Oct 10, 2018
@pet3r
Copy link
Author

pet3r commented Oct 10, 2018

It seems it's working again.
VSCode: 1.28.0
VsCodeVim: 0.16.9

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