Citguy bash-shortcutsDD
Citguy bash-shortcutsDD
go to the start of the command line clear screen from cursor, delete to start of line
go to the end of the command line stops screen output (for verbose from cursor, delete to end of line
commands)
Ctrl + xx Ctrl + w
Ctrl + q
(toggle) beginning of line/cursor position from cursor, delete to start of word
allow screen output (undo Ctrl+S)
Alt + b Alt + d
Ctrl + c
previous word begin from cursor, delete to end of word
terminate command
Alt + f Ctrl + d
Ctrl + z
next word end delete character under cursor
suspend command/send to background
Ctrl + f Ctrl + h
(use fg to bring forward)
forward one character delete character before cursor
Ctrl + t !*
transpose character with previous character previous command without last argument
!*:p