Some saved PS Keyboard Shortcuts:
Tab Support:
Get Noun Commands for Module:
Get Commands for a noun:
Get Command Examples Help:
History
Ctrl-r: search hist backwards
Ctrl+S : search hist forwards
Intellisense
ctrl-? : find all chords matching key
Right Arrow: accept the suggestion
menu-Spacebar: display suggestions
Ctrl+L : in PowerShell to clear the screen
Ctrl+@ MenuComplete Complete the input if there ...
Ctrl+Spacebar : MenuComplete Complete the input if there ...
Alt-H : param info
Show all key functions
Ctrl+Alt+?
Get-PSReadLineKeyHandler -Bound
Set Prediction Options:
Set-PSReadLineOption -BellStyle None # Prevent annoying beeping noises
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -PredictionSource HistoryAndPlugin
Output popup
Get-Process | Out-GridView
No comments:
Post a Comment