Crtrl-D uses "/del", which deletes the character in front of the cursor. Is there a list of what other commands are available to bind to like this? Specifically, I'm looking to set up emacs-like bindings for the command line. The ones I'm horribly addicted to:
Ctrl-a: move cursor to beginning of line
Ctrl-e: move cursor to end of line
Alt-f: move cursor one word forward
Alt-b: move cursor one word back
Ctrl-p: previous command
Ctrl-n: next command
Alt-Backspace: delete previous word
Alt-d: delete from cursor to end of word
Ctrl-k: delete from cursor to end of line
I like that Ctrl-u is already there. :) Is anything like this possible?