TopCli / prompts

Node.js user prompt library for command-line interfaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add autocomplete shortcuts

PierreDemailly opened this issue · comments

Examples:
Ctrl + Backspace: reset autocomplete
Alt/Option + Backspace: remove last word
Ctrl Z: undo (probably overkill)
Ctrl Shift Z / Ctrl Y: Redo (probably overkill)

Closing, ctrl + backspace is not supported