Bash Shell
Revision as of 08:34, 28 March 2022 by Xbl (talk | contribs) (Created page with "= CTRL Hotkeys = CTRL + a</br> move to beginning CTRL + d</br> escape current shell or delete character under cursor CTRL + e</br> move to end CTRL + k</br> delete all from cursor to end CTRL + l</br> clear CTRL + n</br> down arrow CTRL + p</br> up arrow CTRL + q</br> resume output CTRL + r</br> backward search CTRL + s</br> stop output CTRL + t</br> switch character before cursor with cursor, ESC + t switches two words before the cursor CTRL + u</br> cut lin...")
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)