-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feature request: eval motion #113
Comments
@devth vim-iced has a So could you try the following mapping?
|
Amazing! Thank you!! |
Would it be possible to eval motion and also print the result to stdout buffer? |
@devth How about the combination of eval motion and |
That's what I was thinking but I'm not sure how to combine them. Here was one attempt:
I think |
@devth Sorry! |
@devth I added Could you try this motion? |
@liquidz works great! Thanks! |
Hi @liquidz, what do you think about a command similar to |
@devth That's a nice idea! https://liquidz.github.io/vim-iced/vim-iced.html#vim-iced-debugging-browsing-tapped-values |
@devth I added |
@liquidz thanks! I'm using it now - works great so far. |
IcedEvalVisual
and friends are nice but would be really nice if I could eval a motion. I'm basically trying to replicate some of fireplace'scp..
mappings since that's what I've used for years, so e.g.cpaw
would eval around word, orcpab
would eval around parens.The text was updated successfully, but these errors were encountered: