Bash
Blink characters
echo -e "\033[5mTitle of the Program\033[0m"
Shortcuts
Undo last key press
<C-_>
Delete before/after cursor
before until the end: <C-U>
after until the end: <C-K>
before until separator: <A-BS>
Edit and run last command with editor
fc