Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sheets/_bash/shortcuts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Ctrl + r - interactive history search
Ctrl + g - escape from interactive history search
Ctrl + p - previous command (↑)
Ctrl + n - next command (↓)
Ctrl + o - execute displayed command from history, don't clear command line
Ctrl + o - execute displayed command from history, do not clear command line
Alt + . - recall last argument (word) of last executed command
Alt + - + . - recall second last argument (word) of last executed command

# -= Terminal control =-
Ctrl + l - clear screen, don't clear command line
Ctrl + l - clear screen, do not clear command line
Ctrl + s - suspend (freeze) terminal
Ctrl + q - unsuspend (unfreeze) terminal
Ctrl + z - suspend (SIGSTP) current process. Resume with 'fg' (foreground)
Expand Down