CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 236 forks source link

Feature request: Option for vi style movment #87

Open mtfurlan opened 4 years ago

mtfurlan commented 4 years ago

Not having j/k do up/down is confusing to me.

Right now it's just hardcoded to up/down keys.

Either making j/k work by default, or maybe add something like vi_style_movmenet=true as an argument to prompt would make sense to me.

Is this something that would be welcomed as a PR?

CITGuru commented 4 years ago

YEs @mtfurlan You can send in a PR.