FelixKratz / SketchyVim

Adds all vim moves and modes to macOS text fields
GNU General Public License v3.0
692 stars 9 forks source link

possibility to retrieve cmd output? #42

Open devidw opened 3 months ago

devidw commented 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"

Is it possible to retrieve the output somehow?