8.5.0
Added 1
- Read env variable INQUIRER_KEYBINDINGS to enable vim or emacs keybindings as a user preference
Changed 1
- Search feature in the select prompt is disabled when using vim or emacs keybindings
Fixed 1
- Line wraps no longer cause the cursor to be mispositioned relative to the input
From Inquirer.js
- Feat: Read env variable
INQUIRER_KEYBINDINGSto enablevimoremacskeybindings; making this a user preference instead of a library author preference. One caveat is doing so disable the search feature in the select prompt. Syntax:INQUIRER_KEYBINDINGS=vim,emacs. - Fix: Line wraps would sometime cause the cursor to be mispositioned relative to the input.
- Chore: Bump dependencies.