mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
350 stars 82 forks source link

feat: add ctrl n/p as alias for up/down #85

Closed shanejonas closed 4 years ago

shanejonas commented 5 years ago

inquirer has this built in, seems really useful here.

https://github.com/SBoudrias/Inquirer.js/blob/bceb2e530b1f21aec3d346d631fc38d3c847e43f/packages/core/lib/key.js#L2

mokkabonna commented 4 years ago

Thanks, merged!