You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in Command Mode (:) you can exit to Normal mode with <Esc> & <C-[> wich are identical. Also <C-c> (which is conceptually different) aborts Command Mode and takes you to Normal Mode.
This exit key bindings are out-of-the-box in vim.
Proposed Solution:
As discussed in the slack channel with @shawnaxsom we need to add <C-c> and <C-[> to actions.ts, as alternatives to exit Command Mode
The text was updated successfully, but these errors were encountered:
mxlian
added a commit
to mxlian/Vim
that referenced
this issue
Sep 10, 2018
When in Command Mode (
:
) you can exit to Normal mode with<Esc>
&<C-[>
wich are identical. Also<C-c>
(which is conceptually different) aborts Command Mode and takes you to Normal Mode.This exit key bindings are out-of-the-box in vim.
Proposed Solution:
As discussed in the slack channel with @shawnaxsom we need to add
<C-c>
and<C-[>
to actions.ts, as alternatives to exit Command ModeThe text was updated successfully, but these errors were encountered: