Terminal Shortcuts
For reference Shortcuts in Bash Ctrl + L Clears the screen Ctrl + c Terminate the command Ctrl + R Search command history backwards Ctrl + a go to the start of the command line Ctrl + e go to the end of the command line Ctrl + k delete from cursor to the end of the command line Ctrl + u delete from cursor to the start of the command line Ctrl + w delete from cursor to start of word Alt + b move backward one word (or go to start of word the cursor is currently on) Alt + f move forward one word (or go to end of word the cursor is currently on) Alt + d delete to end of word starting at cursor Alt + c capitalize to end of word starting at cursor Alt + u make uppercase from cursor to end of word Alt + l make lowercase from cursor to end of word Alt + t swap current word with previous !! run last command !word – run the most recent command that starts with ‘word’ Shortcuts Pantheon Terminal ...