Bash Shell
Appearance
CTRL Hotkeys
CTRL + a
move to beginning
CTRL + d
escape current shell or delete character under cursor
CTRL + e
move to end
CTRL + k
delete all from cursor to end
CTRL + l
clear
CTRL + n
down arrow
CTRL + p
up arrow
CTRL + q
resume output
CTRL + r
backward search
CTRL + s
stop output
CTRL + t
switch character before cursor with cursor, ESC + t switches two words before the cursor
CTRL + u
cut line
CTRL + _
undo typing
CTRL + w
cut word
CTRL + y
paste
CTRL + x + bspace
delte all from beginning to cursor
CTRL + x + CTRL + e
lauch editor ($EDITOR)