pudb icon indicating copy to clipboard operation
pudb copied to clipboard

support readline in some window (e.g., Edit preference)

Open Freed-Wu opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] In some window (e.g, Edit preference), if support readline: <C-B>, <C-F>, <C-P>, <C-N> to go left, right, up, down, it will be more convenient.

Describe alternatives you've considered Perhaps hjkl?

Screenshot from 2022-08-28 20-29-18

Freed-Wu avatar Aug 28 '22 12:08 Freed-Wu

I think all that's needed here is to switch more edit fields to urwid_readline.ReadlineEdit. PRs welcome.

inducer avatar Aug 28 '22 17:08 inducer