PowerShell keyboard shortcuts
In all my time of using PowerShell (I can't believe it's been almost 7 years!) I had never considered that it might have its own keyboard shortcuts.
There's a first time for everything, better late than never.
Here are some, collected.
| Keybinding | Effect | Notes |
|---|---|---|
| Ctrl + l | Clear screen | Equivalent to cls |
| Alt + Enter | Full screen | |
| Ctrl + w | Delete previous word | |
| Ctrl + j | Insert newline above cursor | |
| Ctrl + Enter | Insert newline above cursor | |
| Shift + Enter | Insert newline below | Might not work with all terminal emulators |
| Ctrl + r | Search back through command history |