Command
Output
Example
!!
Puts last run command on the current line of your terminal (useful for when you forget to add sudo to a command)
!<command>
Executes last command run that started with <command>
!$
Executes the last word of the previous command
cd -
Changes directory to previous directory
cd ~/
Changes directory starting from the user's home directory
ctrl + k
Cuts to the end of the line
N/A
ctrl + y
Pastes cut text (see previous command)
ctrl + x + e
Opens your current line in your text editor (helpful for scripting or long commands)
ctrl + w
Go back one word (space delimited)
alt + .
Pastes in the argument used for the last command
Name
Context
Download
Flameshot
Screenshot Utility
https://github.com/flameshot-org/flameshotarrow-up-right
Last updated 4 years ago