PowerShell
Terminal / CLI
Line Editing
▼
| CTRL+A | Move cursor to beginning of line | Win mac Linux |
| CTRL+E | Move cursor to end of line | Win mac Linux |
| CTRL+W | Delete word to the left of cursor | Win mac Linux |
| CTRL+K | Delete from cursor to end of line | Win mac Linux |
| CTRL+U | Delete from cursor to beginning of line | Win mac Linux |
| ⇥ Tab | Autocomplete command, path, or parameter | Win mac Linux |
History
▼
| Up Arrow | Previous command in history | Win mac Linux |
| Down Arrow | Next command in history | Win mac Linux |
| CTRL+R | Reverse search through command history | Win mac Linux |
| F7 | Show interactive command history list | Win Linux |
General
▼
| CTRL+C | Cancel current command / interrupt | Win mac Linux |
| CTRL+L | Clear screen | Win mac Linux |
| ⇧ Shift+↵ | Insert new line without executing | Win mac Linux |