-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
<space> key cannot be used to map unless it is the <leader> #4236
Comments
looks it just allowed change the leader key to |
Hi, there is no problem with mapping space. You can do this for example:
But I could not find a command to exit vscode; maybe there is no command to do that. |
you modified the leader key to |
I believe this is a duplicate of #2249 |
not sure if it was a duplicate of that ticket .. |
You're right, I misread. We do support mapping space though - try this:
|
no, looks did not work. |
Hi again,
or
|
yes, but i do not believe someone would really use |
your second option (just a |
This is a pretty massive change; see pull request #4735 for full details Most notably: - Support for operator-pending mode, including remaps and a half-cursor decoration - Correct handling of ambiguous remaps with timeout - Correct handling of recursive special case when the RHS starts with the LHS - Correct handling of multi-key remaps in insert mode - Failed movements that occur partway through a remap stop & discard the rest of the remap - Implement `unmap` and `mapclear` in .vimrc Refs #463, refs #4908 Fixes #1261, fixes #1398, fixes #1579, fixes #1821, fixes #1835 Fixes #1870, fixes #1883, fixes #2041, fixes #2234, fixes #2466 Fixes #2897, fixes #2955, fixes #2975, fixes #3082, fixes #3086 Fixes #3171, fixes #3373, fixes #3413, fixes #3742, fixes #3768 Fixes #3988, fixes #4057, fixes #4118, fixes #4236, fixes #4353 Fixes #4464, fixes #4530, fixes #4532, fixes #4563, fixes #4674 Fixes #4756, fixes #4883, fixes #4928, fixes #4991, fixes #5016 Fixes #5057, fixes #5067, fixes #5084, fixes #5125
Describe the bug
looks key can not mapped to
To Reproduce
e.g. key mapping to 'exit' :
// not sure the 'exit' command was, here just assume it is 'exit'.
Expected behavior
vsc exit.
Screenshots
n/a
Environment (please complete the following information):
vsc: 1.39.2
vim in vsc: 1.11.3
ubuntu 18.04
Additional context
n/a
The text was updated successfully, but these errors were encountered: