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

Fix: Missing bindings to exit CommandMode. closes #3035 #3036

Merged
merged 3 commits into from
Sep 21, 2018

Conversation

mxlian
Copy link
Contributor

@mxlian mxlian commented Sep 10, 2018

This fixes #3035, adding the missing key bindings to exit CommandMode:

  • <C-[> which is the same as

This fixes VSCodeVim#3035, adding the missing key bindings to exit CommandMode:
* <C-[>  which is the same as <Esc>
* <C-c>
@shawnaxsom
Copy link
Contributor

Thanks for the PR!

You might want to also look at adding those keys to CommandEscReplaceMode and CommandEscInSearchMode. I see that CommandEscEasyMotionCharInputMode in easymotion.cmd.ts also has the issue for that plugin.

@jpoon jpoon merged commit bbaf9bc into VSCodeVim:master Sep 21, 2018
@jpoon
Copy link
Member

jpoon commented Sep 21, 2018

Merging this guy in for now. We can add the missing bindings in a later PR.

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.

Exiting CommandMode should mimic Vim behavior
3 participants