Reported in discussion #20.
The prompt input is missing muscle-memory keys that long-time terminal users reach for:
Must-have:
Home / Ctrl+A — cursor to start of line
End / Ctrl+E — cursor to end of line
Ctrl+U — kill from cursor to start of line
Should-have:
Ctrl+W — delete previous word
Ctrl+K — kill from cursor to end of line
Alt+B / Alt+F — jump word backward / forward
Alt+Backspace — delete previous word (alt form of Ctrl+W)
Land alongside the existing ↵ / ⇧↵ / ↑↓ vocabulary documented in the RFC.
Reported in discussion #20.
The prompt input is missing muscle-memory keys that long-time terminal users reach for:
Must-have:
Home/Ctrl+A— cursor to start of lineEnd/Ctrl+E— cursor to end of lineCtrl+U— kill from cursor to start of lineShould-have:
Ctrl+W— delete previous wordCtrl+K— kill from cursor to end of lineAlt+B/Alt+F— jump word backward / forwardAlt+Backspace— delete previous word (alt form of Ctrl+W)Land alongside the existing
↵/⇧↵/↑↓vocabulary documented in the RFC.