CITGuru / PyInquirer

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

Feature request: Vim+Emacs(Mac) keyword shortcuts for selection #132

Open zitudu opened 3 years ago

zitudu commented 3 years ago

I was wondering if it's possible to move cursor up/down-ward just like in vim or terminal?

That is:

j or Ctrl+N -> ↓ k or Ctrl+P -> ↑