feat: [rust] support kill line keyboard shortcut
Resolved 💬 5 comments Opened Jun 27, 2025 by joshka Closed Aug 12, 2025
In command line apps, generally Ctrl+U should delete the current line.
This assumes compatibility with readline / emacs bindings which are the default expectations on many unix variants.
This currently deletes the previous character. I'm assuming it's probably acting as an undo command.
Ctrl+K seems to work however.
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗