Separate command line for textfilter #3638
-
|
I very love the textfilter command. It makes possible to use all the power of the shell commands and brings me closer to my dream "Unix as IDE". But I want to reduce boilerplate text because I want to use the textfilter very often. Currently I do:
But I want to optimize second step to: How can I achieve this in micro editor? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The easiest way is probably to wrap
|
Beta Was this translation helpful? Give feedback.
The easiest way is probably to wrap
textfiltercommand in another command like this:~/.config/micro/init.lua~/.config/micro/bindings.json{ "Ctrl-b": "command:prompt-textf…