In order to have tabs "within" vimprobable I need to do the following steps: 1. I run tabbed (in the terminal), which opens a window and spits out (inside the terminal) "windowid". 2. I copy windowid, open a new tab in the terminal and write "vimprobable -e [copy in windowid]". This attaches vimprobable to the window that I opened with tabbed. How do I combine these into one single command? I was fiddeling with grep but could not get it to work.
NOTE 1: When running tabbed I do get some error messages about missing fontsets, but t he last line contains the windowid
NOTE 2: When running "tabbed > file.txt" the file "file.txt" only contains windowid and not the errors regarding missing fontsets. So perhaps there is no need to pick any last line?