-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support for .
#96
Comments
this one is in the plans yes, but i kept postponing it because it's a big one. basically not all motions are repeatable, and in the case of Visual Mode moves you need to retain a lot of info like past selection length etc. so that's basically another min Vim engine to do. but now that you're asking, i guess it's time to have a look at it. thanks! |
That's totally fair. I find I use |
alright. i'll come back to you once i'm clearer about the repeat engine. my first idea is that once the engine is done, it should be quite straightforward to add moves in Normal Mode. but you never know. and there's maybe 50 delete motions 😅️ so they may not come altogether at the same time. anyways, more later. |
work on this is STARTING! |
@bromanko care to share how you use the |
Sure. I tend do do it for movements and deletes. Sometimes I’ll use it with |
sorry i don't get that one.
ok this one i get it 😅️ |
Ugh. Sorry. That first comment does make no sense. I'm not sure what I was thinking. I've been paying attention to my use of |
that's good news. Part 1 should come with the |
started in kV43: https://github.com/godbout/kindaVim.docs/releases/tag/43 |
I came here to ask for |
i'll come back to you on that tomorrow. i'm going to create pinned issues/discussions for current topics. the |
so. i spent 1.5 years building the various kV Engines. basically, once everything was set, i just have to plug new motions that are requested by users. now the one way could be to make kV envelope everything. which means that when you'd be in Insert Mode (normal macOS), kV also takes over. and you wouldn't be able to delete for example with |
pinned issue: #138 |
closing as pinned issue for Le Dot now. |
I often use
.
to repeat a deletion. I know I should use number prefixes, but hey, I forget. Any chance this can be supported?The text was updated successfully, but these errors were encountered: