Is there a way to open an external text editor (say gvim) from within IJulia? More specifically, I would like to be able to edit the definition of a function. In the REPL I can use @edit fun() and this opens the module where fun() is defined at the specific line. However in IJulia I get
@edit fun() Vim: Warning: Output is not to a terminal Vim: Warning: Input is not from a terminal Thanks! //A