Shortcuts Flashcards
Move to beginning of line
CTRL+A
Moves bacward one character
CTRL+B
Deletes one character backward or logs out of current sesion, similar to exit
CTRL+D
moves to end of line
CTRL+E
aborts the current editing command and ring the terminal bell
CTRL+G
Same as RETURN
CTRL+J, CTRL+M
deletes (KILL) forward to end of line
CTRL+K
clears the screen and redisplay the line
CTRL+L
next line in command history
CTRL+N
Samee as RETURN, then displays next line in history file
CTRL+O
previous line in command history
CTRL+P
searches backward
CTRL+R
searches forward
CTRL+S
transposes two characters
CTRL+T
kills backward from point to the beginning of line
CTRL+U
makes the next character typed verbatim
CTRL+V
kills the word behind the cursor
CTRL+W
lists the possible filename completions of the current word
CTRL+X
retrieves (yank) last item killed
CTRL+Y
stops the current command, resume with fg in the foreground or bg in the background
CTRL+Z
moves backward one word
ALT+B
deletes next word
ALT+D
moves forward one word
ALT+F
deletes one character backward
DELETE