Closed ned2 closed 8 months ago
It's not obvious, but you can still arrow up through the history items with this by pressing "right" to select the "
Oops yes the help, I forgot about that. done.
With the console scrollback paging, @inducer, do you mean navigating forward/back through blocks of history commands of size greater than 1, or something else?
With the console scrollback paging, @inducer, do you mean navigating forward/back through blocks of history commands of size greater than 1, or something else?
Just navigating somehow. Since this takes away cursor up/down as a canonical way to do scrollback navigation, I'd like for something somewhat easy to remember to be put in place. And @asmeurer's go-right-then-up thing is cute, but doesn't count: it's not convenient, obvious, or easy-to-remember.
Any update? Or how could I make small changes to my own fork for this purpose?
Agree, this is super annoying. It's really messing up my muscle memory.
Me too!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I think if these two things are addressed this is fine https://github.com/inducer/pudb/pull/392#issuecomment-650694840. I would suggest making a new PR for this, since no work has happened on this one in a while.
This was done in #600.
Map up/down keys to command history prev/next when command line is focused
Fixes #348