Replies: 2 comments 2 replies
-
For a single instance, textfilter is very convenient. For one-liners, I recommend Python 'py' command. At least for me, Python is needed often and commands are thus easy to remember. I rarely use perl outside one-liners, and now 'py' can do that in Python, too. My plugin palettero has case change with Python, but you can easily add perl, too. Palettero uses
And similar for lower(), upper(), translate to ASCII, urlencode... I would also be curious if it's possible to apply textfilter for each multicursor instance. Currently, textfilter seems to only apply to first selected instance. Maybe this could be a feature for micro itself? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Is there a command or a shortcut to switch cases for each selection (single or multicursor)?
If not, which
micro
Lua API to use to make an extension with such feature?I can also probably try using
textfilter perl
for that.Beta Was this translation helpful? Give feedback.
All reactions