w_makc243
w_makc243
Shortcut Action
Bash Navigation
Bash History
Ctrl + R Incremental reverse search of bash history
Alt + P Non-incremental reverse search of bash history
Ctrl + J Ends history search at current command
Ctrl + O Runs and re-enters the command found via Ctrl + S and Ctrl + R
Copyright © 2022 MakeUseOf. For more cheat sheets, head over to www.makeuseof.com
Bash Editing
Ctrl + U Deletes before the cursor until the start of the command
Ctrl + K Deletes after the cursor until the end of the command
Ctrl + W Removes the command/argument before the cursor
Alt + D Removes from the character until the end of the word
Alt + Backspace Removes from the character until the start of the word
Bash Information
TAB Autocompletes the command or file/directory name
Copyright © 2022 MakeUseOf. For more cheat sheets, head over to www.makeuseof.com