For reference
Shortcuts in Bash
Ctrl + L
Clears the screenCtrl + c
Terminate the commandCtrl + R
Search command history backwardsCtrl + a
go to the start of the command lineCtrl + e
go to the end of the command lineCtrl + k
delete from cursor to the end of the command lineCtrl + u
delete from cursor to the start of the command lineCtrl + w
delete from cursor to start of wordAlt + 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 cursorAlt + c
capitalize to end of word starting at cursorAlt + u
make uppercase from cursor to end of wordAlt + l
make lowercase from cursor to end of wordAlt + t
swap current word with previous!!
run last command!word
– run the most recent command that starts with ‘word’
Shortcuts Pantheon Terminal
Ctrl + D
Closes active tabCtrl + Shift + W
Closes tabCtrl + Shift + T
Opens new tabAlt + <1-9>
Jumps to first-ninth tabCtrl + Plus
Increase font sizeCtrl + Minus
Decrease font sizeCtrl + C
Copy selected text (if there is nothing selected, it will terminate the current process)Ctrl + V
Paste clipboard textCtrl + Shift + N
Open new windowCtrl + Shift + F
Open search fieldCtrl + Shift + A
Select all textCtrl + Shift + Right
Next TabCtrl + Shift + Left
Previous Tab