laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.
https://laravel.com/docs/prompts
MIT License
533 stars 94 forks source link

Support emacs style key binding #67

Closed storyn26383 closed 1 year ago

storyn26383 commented 1 year ago

With this PR, we can use CTRL_P, CTRL_F CTRL_N, CTRL_B and CTRL_H to do UP, RIGHT, DOWN, LEFT and BACKSPACE.

storyn26383 commented 1 year ago

Good idea! We can add home and end feature in next RP 🎉