SkyLeach / pudb.vim

Integrate the awesome PUDB debugger with NeoVim
MIT License
84 stars 10 forks source link

Cannot access external terminal #8

Open a5a opened 5 years ago

a5a commented 5 years ago

The plugin works great, but there is one feature that I cannot seem to get to work.

CTRL-X focuses the internal command line, which is great. But "?" should show me the external terminal with all of the stdout values etc, but instead it redirects the focus to the internal terminal. I have no way (that I can tell) of accessing the external terminal.

Is it possible to access the external terminal?

SkyLeach commented 5 years ago

That is a great question. My gut tells me you'll have to remap the neovim bind, but I'll look at this.