1Short-cut Action
2######################################################################
3Ctrl-a Move cursor to the beginning of the line
4Ctrl-e Move cursor to the end of the line
5Ctrl-b or the left arrow key Move cursor back one character
6Ctrl-f or the right arrow key Move cursor forward one character
7Ctrl-d Delete next character in line
8Ctrl-k Cut text from cursor to end of line
9Ctrl-u Cut text from beginning of line to cursor
10Ctrl-y paste text that was previously cut
11Ctrl-t Transpose (i.e., switch) previous two characters
12Ctrl-p (or the up arrow key) Access previous command in history
13Ctrl-n (or the down arrow key) Access next command in history
14Ctrl-r Reverse-search through command history