Reputation: 71
I'm using vim since a while to code in c++, and I use the plugin Termdebug to have the gdb window included in vim, with all the commands easily usable etc... my problem is that I can't scroll up or down in the gdb command window and in the output window, because up and down arrows only show precedent and next commands, none of the combo I tried worked (like C-Up or A-Up). I already tried some solutions:
If someone has a solution making it possible to switch between modes in the gdb window, but with a correct display it would be perfect, allowing me to use all my vim maps in the gdb window, however just a solution to scroll would already save me.
Upvotes: 2
Views: 1317
Reputation: 71
Problem solved ! Doing "C-W N" in the gdb and/or in the I/O window switch them to normal mode, making possible the scrolling.
Upvotes: 4