Replies: 2 comments 2 replies
-
Looks good to me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I very often hit <ctrl-[> in Vim instead of reaching for Escape. I'm not sure your proposal would preserve that behavior. I've been using Ctrl-Space to go back and forth between to_gui_normal and to_insert. I very much like the convenience of it. I am also not happy with the binding, because it breaks, say, auto-completion popups in Visual Studio and Rider. Maybe I should go for Windows-Space instead... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everyone says
<esc-*>
keybindings conflict with other applications in Issues.Therefore, I plan to change the default keybindings to the following in the next major update.
Conventional keybindings
GUI normal mode:
<esc-left>
Editor normal mode:
<esc-right>
New
GUI normal mode:
<ctrl-]>
Editor normal mode:
<ctrl-[>
If you have better ideas than this change, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions