Cheatography
https://cheatography.com
Most helpful keyboard shortcuts for:
Ubuntu, zsh, tmux, yazi
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Bash SHell
Ctrl+C |
Kill the current process |
Ctrl+Z |
Suspend the current process (resume with fg or bg) |
Ctrl+D |
Exit the terminal session |
Ctrl+L |
Clear the terminal screen |
Ctrl+A |
Move the cursor to the beginning of the line |
Ctrl+E |
Move the cursor to the end of the line |
Ctrl+U |
Clear the line before the cursor |
Ctrl+K |
Clear the line after the cursor |
Ctrl+R |
Search through command history |
Ctrl+W |
Delete the word before the cursor |
Alt+F |
Move forward one word |
Alt+B |
Move backward one word |
|
|
GNOME Window Management
Alt + Tab |
Switch between open applications |
Alt + ` (backtick) |
Switch between windows of the same application |
Super (Windows key) + Arrow Keys |
Snap windows to the sides or corners of the screen |
Super + Left Arrow |
Snap window to the left half |
Super + Right Arrow |
Snap window to the right half |
Super + Up Arrow |
Maximize the window |
Super + Down Arrow |
Restore or minimize the window |
Alt + F10 |
Toggle maximize/restore the current window |
|
|
GNOME Workspace Management
Ctrl + Alt + Arrow Keys |
Switch between workspaces |
Ctrl + Alt + Shift + Arrow Keys |
Move the current window to another workspace |
Super + S |
Show workspace overview |
Super + D |
Show desktop (minimize all windows) |
Super + A |
Open the applications menu |
Super |
Open the activities overview |
Ctrl + Alt + T |
Open a new terminal window |
|
|
|