Closed bpRsh closed 4 years ago
You have to use the -input
flag. I have this shortcut:
:QuickRun -outputter loclist -hook/tim/enable 1 -input "="
If you want to put something into stdin
, than you can add them behind the =
like this:
:QuickRun -outputter loclist -hook/tim/enable 1 -input "=First Second Third"
and so on.
For more information type: :h quickrun-options
@TornaxO7 Thank you 😃
@bpRsh Closing. Please reopen if your question is not solved.
Let's say we have a python script to read two numbers from terminal:
How to run this command in vim-quickrun ?