Last active
January 2, 2016 16:09
-
-
Save shaunluttin/8328309 to your computer and use it in GitHub Desktop.
How to navigate the PowerShell console.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- [spacebar], continue --more-- | |
- [q], quit the --more-- | |
- [ctrl+c], cancel a long print | |
- [right click], copy highlighted text & paste it at a cursor location | |
- [tab], tab completion for commands | |
- [shift+tab], go backward through commands | |
- [up arrow], show last command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment