If anyone is wondering what the list of shortcuts are -<p><pre><code> ^ is Ctrl
Alt is the alt/option key
Alt+F/B - Forward/Backward Word
^P - Prev command
^N - Next command
^XX - Toggle between beginning of line & current cursor positions
Alt+F/B - Forward/Backward Word
Alt+T/Esc+T - Swap current word with prev
^L - Clear screen
^H/^D - Backspace / Forward Delete Character
^W - Delete/Cut word before cursor
^K - Delete/Cut till End of Line
^U - Delete/Cut Line Before cursor
^Y - Paste last cut
Alt+U/L - UPPER/lower case word after cursor
^- - Undo
^Z - Stop the current process and send it to the background.
</code></pre>
I don't know what these do -
Alt R -
^C -
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.
> <i>Whether you’ve just opened Terminal for the first time or you’re a seasoned iTerm user</i><p>Seasoned iTerm user? First off, what the heck is an iTerm? Oh, it's an open source Terminal.app replacement first released in 2002. <a href="http://iterm.sourceforge.net/history.shtml" rel="nofollow">http://iterm.sourceforge.net/history.shtml</a><p><i>Seasoned</i> indeed! :)