magmax / python-inquirer

A collection of common interactive command line user interfaces, based on Inquirer.js (https://github.com/SBoudrias/Inquirer.js/)
MIT License
981 stars 98 forks source link

Allow up-down moves within lists using CTRL+P/N #560

Closed ocaballeror closed 1 month ago

ocaballeror commented 2 months ago

Hi there :wave:

Title is pretty self explanatory. CTRL-P/N is quite ubiquitous on any sort of terminal application, and just more comfortable to use without leaving the home row on the keyboard.

Cube707 commented 1 month ago

Hm, I will reject this for now, as it would open the question to "why this specific keybindings?" and reuqest would come in for any kind of keybindings (VIM comes to mind...)

I agree that this would be greate to have user-configurabel/expandable so that anyone using the libary could just extend the list of keys as he see fits.