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

Implement input-chains for vim-emulation #86

Open
elkowar opened this issue Jan 1, 2023 · 0 comments
Open

Implement input-chains for vim-emulation #86

elkowar opened this issue Jan 1, 2023 · 0 comments
Assignees
Labels
topic-vim Stuff related to vim emulation
Milestone

Comments

@elkowar
Copy link
Contributor

elkowar commented Jan 1, 2023

input chains are command mappings like gg, dw, etc that are composed of several, chained inputs. Some of these will have timeouts, i.e. mappings in insert mode (kj for escape is a typical example), whereas others are basically leader binds that shouldn't have a timeout. We should check if we can unify those or if they are conceptually different, and then implement both.

@elkowar elkowar converted this from a draft issue Jan 1, 2023
@elkowar elkowar added the topic-vim Stuff related to vim emulation label Jan 1, 2023
@elkowar elkowar added this to the Kinda comfy milestone Jan 1, 2023
@elkowar elkowar moved this from Todo to In Progress in Bazed itor Jan 4, 2023
@elkowar elkowar self-assigned this Jan 4, 2023
@elkowar elkowar moved this from In Progress to Done in Bazed itor Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-vim Stuff related to vim emulation
Projects
Status: Done
Development

No branches or pull requests

1 participant