Open devidw opened 3 months ago
I can see that we can get access to the MODE and the CMDLINE
https://github.com/FelixKratz/SketchyVim/blob/6d55a117820395abc07784c9cafd7229f12b1db1/examples/svim.sh#L6
I was wondering if it's possible to see the cmd mode output also?
eg if I run :!echo "hey"
:!echo "hey"
Is it possible to retrieve the output somehow?
I can see that we can get access to the MODE and the CMDLINE
https://github.com/FelixKratz/SketchyVim/blob/6d55a117820395abc07784c9cafd7229f12b1db1/examples/svim.sh#L6
I was wondering if it's possible to see the cmd mode output also?
eg if I run
:!echo "hey"
Is it possible to retrieve the output somehow?