Calculator on each selection #6879
-
Use caseWhen manipulating CSVs or tables in latex, markdown, etc. sometimes I want to compute a numerical operation on columns. FeatureEvaluate an arithmetic expression on each selection on the typable command "calc" (similar to "pipe"). Design details
I have grepped through kakoune's documentation at Gtihub without any luck so I don't know about the prior art. If this feature gets fleshed out and there's interest I can submit a PR. This behaviour can be achieved using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Something like this should wait for the built-in scripting language which would be used instead of eval here. |
Beta Was this translation helpful? Give feedback.
Something like this should wait for the built-in scripting language which would be used instead of eval here.