Key BindingDescription
ESC f, ESC bGo forward/backword one word
CTRL a, CTRL eGo to start/end of line
~ CEnter SSH Command Mode
C-b, C-fMove backward/forward one character
M-b, M-fMove backward/forward by word
C-a, C-eMove to the beginning/end of the line
C-w, M-dKill word backward/forward
C-d, BackspaceDelete char forward/backward
C-dmay send EOF on an empty line
M-.cycle through the argument to the previous commands
C-k, C-uKill (to clipboard) to end of line/beginning of line
C-yYank from kill ring
M-y (after C-y)Cycle through kill ring history
C-t, M-tTranspose character/word
M-u, M-l, M-cUpper, lower, or capitalize forward word
C-_, C-x C-u, C-/Cycle through the undo list

Note: C = Ctrl, M = Meta Key/modifier (alt or esc)