-
Notifications
You must be signed in to change notification settings - Fork 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
vim: show pending input beside cursor for multikey mappings #12539
Comments
I'm open to working on a PR for this myself, but it'd take some time to familiarize myself with the codebase. If I find the time, I suppose. |
It seems many vim user is annoyed by that fake char |
It would make sense to make this optional, then. |
@justDeeevin If you want to pair on this, feel free to book time here: https://calendly.com/conradirwin/pairing?month=2024-06 I think it'd be nice to show the pending key, if not in the editor, at least in the status bar (where we show |
Now hardcoded 1000ms, if you change the configuration will be very good for the delay of jk, but this does not solve the actual problem, in vim in have
|
Second the proposal to "de-hardcode" |
It seems you have j<something> in your normal mode mapping |
I also have the same issue, mappings with space for example "space e e" when I'm writing in insert mode every space hangs until 1s passes or I press another key. Would be nice if the wait would me shorter then 1s. |
Check for existing issues
Describe the feature
In #4189, support was added for keymaps to multiple keys in succession, pursuing a
j k
keymap to exit insert mode in Vim mode. While this feature is very useful on its own, it's still a bit clunky to use.There are two main suggestions I'd like to make:
If applicable, add mockups / screenshots to help present your vision of the feature
zed.feature.request.demo.mp4
The text was updated successfully, but these errors were encountered: