← Back to Shortcut Collections
PowerShell

PowerShell

An innovative object-based shell environment integrated with .NET framework, automating system administration with powerful scripting

Text editing shortcuts that maximize command-line editing efficiency and accelerate long script and parameter input

Ctrl+BackSpace
Delete Word Left
Deletes the word to the left of the cursor.
💡 Hint: Ctrl+BackSpace
🎯 Instantly delete mistyped words to continue smooth command input
Ctrl+Delete
Delete Word Right
Deletes the word to the right of the cursor.
💡 Hint: Ctrl+Delete
🎯 Quickly remove unnecessary words or parameters to organize commands concisely
Ctrl+Home
Delete to Line Start
Deletes from cursor to the beginning of the line.
💡 Hint: Ctrl+Home
🎯 Bulk delete to line start when wanting to rewrite entire commands from scratch
Ctrl+End
Delete to Line End
Deletes from cursor to the end of the line.
💡 Hint: Ctrl+End
🎯 Delete the latter part of commands to re-enter different parameters
Ctrl+A
Select All
Selects all text in the current line.
💡 Hint: All
🎯 Select entire text of current line for efficient copying or replacement
Ctrl+C
Copy
Copies the selected text to the clipboard.
💡 Hint: Copy
🎯 Copy selected commands or parameters to clipboard for reuse
Ctrl+V
Paste
Pastes text from the clipboard.
💡 Hint: Paste V
🎯 Quickly paste copied text to avoid duplicate input
Ctrl+Z
Undo
Undoes the last action.
💡 Hint: Z (last) to undo
🎯 Restore accidentally deleted text for quick recovery from editing mistakes