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

It seems there is no way to change the mapping for window mode #10941

Closed
lennyitb opened this issue Jun 12, 2024 · 1 comment
Closed

It seems there is no way to change the mapping for window mode #10941

lennyitb opened this issue Jun 12, 2024 · 1 comment
Labels
C-enhancement Category: Improvements

Comments

@lennyitb
Copy link

There is no command associated with entering window mode, and it therefore seems I can't create a mapping like:

[keys.normal.space]
ret = "window_mode"

or even alternatively:

[keys.normal.space]
ret = "C-w"

Neither of these work; this may seem like a silly thing, but I would like for <space-w> to map to :w, I'm certain I'm not alone as this is a somewhat common vim mapping. With this I therefore would like an alternative way to get into window mode. For now I've simply mapped ret = ":w", to me it's an acceptable workaround.

Adding the command window_mode would be useful for many and a breaking a breaking change for no one. Thanks for your consideration, as well as this project. I hope this input is helpful.

@lennyitb lennyitb added the C-enhancement Category: Improvements label Jun 12, 2024
@the-mikedavis
Copy link
Member

Duplicate of #5734, also see #10389. This is something we want to solve eventually with a more powerful config system but for now you need to remap each of the commands in window mode

@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

2 participants