How to execute file that I\'m editing in Vi(m) and get output in split window (like in SciTE)?
Of course I could execute it like that:
:!scriptname <
Just use colon and exclamatory mark as shown below
:!< script_name>