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

Allow users to use VSCode keybinding for remapping #1548

Merged
merged 1 commit into from
Apr 27, 2017

Conversation

rebornix
Copy link
Member

Ref #1543

    {
        "key": "F3",
        "command": "vim.remap",
        "when": "editorTextFocus",
        "args": {
            "value": ["a", "b", "c", "<Esc>"]
        }
    }

Fixes #1505, #1452

Copy link
Member

@xconverge xconverge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is truly awesome, can you remove the Ctrl+n binding now from package.json

@rebornix
Copy link
Member Author

@xconverge I'm afraid we can't, if we remove that, users might first find it broken and then file issues. Let's keep them first and try to deprecate them when we are going to have major release.

@rebornix rebornix merged commit dadacb7 into VSCodeVim:master Apr 27, 2017
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants