← Back to Shortcut Collections
PowerShell

PowerShell

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

History operation shortcuts for instantly searching and reusing past commands to significantly streamline PowerShell repetitive tasks

Ctrl+R
Search History Backward
Searches command history backward.
💡 Hint: Reverse search
🎯 Search through past command history to quickly find specific commands
Ctrl+S
Search History Forward
Searches command history forward.
💡 Hint: Search forward
🎯 Access target commands with forward search when going too far back in history search
Previous Command
Shows the previous command from history.
💡 Hint: Up arrow
🎯 Recall previously executed commands for repeated execution or editing
Next Command
Shows the next command from history.
💡 Hint: Down arrow
🎯 Navigate history back and forth to select appropriate commands
Alt+.
Insert Last Argument
Inserts the last argument from the previous command.
💡 Hint: Alt+Period
🎯 Reuse the last argument from previously executed commands in current command