PowerShell
An innovative object-based shell environment integrated with .NET framework, automating system administration with powerful scripting
Ctrl+→
Move Word Right
Moves the cursor to the next word.
💡 Hint: Ctrl+Right arrow
Ctrl+←
Move Word Left
Moves the cursor to the previous word.
💡 Hint: Ctrl+Left arrow
Home
Move to Line Start
Moves the cursor to the beginning of the current line.
💡 Hint: Home
End
Move to Line End
Moves the cursor to the end of the current line.
💡 Hint: End
Ctrl+BackSpace
Delete Word Left
Deletes the word to the left of the cursor.
💡 Hint: Ctrl+BackSpace
Ctrl+Delete
Delete Word Right
Deletes the word to the right of the cursor.
💡 Hint: Ctrl+Delete
Ctrl+Home
Delete to Line Start
Deletes from cursor to the beginning of the line.
💡 Hint: Ctrl+Home
Ctrl+End
Delete to Line End
Deletes from cursor to the end of the line.
💡 Hint: Ctrl+End
BackSpace
Delete Character Left
Deletes one character to the left of the cursor.
💡 Hint: BackSpace
Delete
Delete Character Right
Deletes one character to the right of the cursor.
💡 Hint: Delete
Ctrl+A
Select All
Selects all text in the current line.
💡 Hint: All
Ctrl+C
Copy
Copies the selected text to the clipboard.
💡 Hint: Copy
Ctrl+X
Cut
Cuts the selected text.
💡 Hint: Scissors (X)
Ctrl+V
Paste
Pastes text from the clipboard.
💡 Hint: Paste V
Ctrl+Z
Undo
Undoes the last action.
💡 Hint: Z (last) to undo
Ctrl+Y
Redo
Redoes the previously undone action.
💡 Hint: Yes, redo
Ctrl+L
Clear Screen
Clears the screen.
💡 Hint: Clear
Ctrl+C
Cancel Command
Cancels the currently running command (when no text is selected).
💡 Hint: Cancel
↑
Previous Command
Shows the previous command from history.
💡 Hint: Up arrow
↓
Next Command
Shows the next command from history.
💡 Hint: Down arrow
Ctrl+R
Search History Backward
Searches command history backward.
💡 Hint: Reverse search
Ctrl+S
Search History Forward
Searches command history forward.
💡 Hint: Search forward
Tab
Tab Completion
Auto-completes commands, paths, and parameters.
💡 Hint: Tab
Shift+Tab
Tab Completion (Backward)
Cycles through completion suggestions backward.
💡 Hint: Shift+Tab
Ctrl+Space
Show All Completions
Shows all available completion suggestions.
💡 Hint: Ctrl+Space
Alt+.
Insert Last Argument
Inserts the last argument from the previous command.
💡 Hint: Alt+Period