Hacker News new | ask | show | jobs
by phaemon 4685 days ago
Note that these aren't bash things. They're the emacs bindings for readline, so they work with anything that uses readline (like the mysql client).

You can set them to the vi ones instead with:

    set -o vi
..and they do work with screen ;-) (0 for start, $ for end)