Shortcut Keys | Description |
---|---|
Ctrl + A | Go to the beginning of the line you are currently typing on. This also works for most text input fields system wide. Netbeans being one exception |
Ctrl + E | Go to the end of the line you are currently typing on. This also works for most text input fields system wide. Netbeans being one exception |
Ctrl + L | Clears the Screen |
Cmd + K | Clears the Screen |
Ctrl + U | Cut everything backwards to beginning of line |
Ctrl + K | Cut everything forward to end of line |
Ctrl + W | Cut one word backwards using white space as delimiter |
Ctrl + Y | Paste whatever was cut by the last cut command |
Ctrl + H | Same as backspace |
Ctrl + C | Kill whatever you are running. Also clears everything on current line |
Ctrl + D | Exit the current shell when no process is running, or send EOF to a the running process |
Ctrl + Z | Puts whatever you are running into a suspended background process. fg restores it |
Ctrl + Shift + Minus | Undo the last command. |
Ctrl + T | Swap the last two characters before the cursor |
Ctrl + F | Move cursor one character forward |
Ctrl + B | Move cursor one character backward |
Option + → or Esc + F | Move cursor one word forward |
Option + ← or Esc + B | Move cursor one word backward |
Esc + T | Swap the last two words before the cursor |
Esc + Backspace | Cut one word backwards using none alphabetic characters as delimiters |
Tab | Auto-complete files and folder names |
-
Notifications
You must be signed in to change notification settings - Fork 0
matiushenkoa/terminal-cheatsheet-mac
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published