I can use pudb (ncurses Python debugger) in vim because, for example, it :!python %works in a real terminal window. I prefer to use gvim, but gvim runs :!python %in a virtual "dead end".
Is there a way to change this behavior so that gvim opens a separate terminal for commands? I think I remember how this works in the past.
source
share