Hacker News new | ask | show | jobs
by guitarbill 1189 days ago
It's very nice that Textual has a text input widgets. Seems like many TUI libraries have widgets, but lack one to handle text input. So you have to implement this yourself over and over, often forgetting shortcuts people expect (e.g. ctrl+a/e).
1 comments

What is Ctrl+e?
Emacs/GNU readline keybinding for jumping to the end of the line.
Jump to the end of the line. Ctrl+a jumps to the beginning.

Both of these assume *nix cli and not windows.