Hacker News new | ask | show | jobs
by miah_ 4234 days ago
This should be called 'Readline keyboard shortcuts'. Because they are all handled by Readline and have nothing to do with Bash and are already supported by anything that also links to Readline.
1 comments

To be fair bash and readline were/are very closely related in terms of codebases. But it's true that almost all command line interactive apps which don't use curses use readline, which makes those keyboard shortcuts worth knowing.