Better type-ahead in Powershell
1 | Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete |
makes for a better type-ahead like:
To make it autostart, add it to your profile. Here is how to get to it quickly with VSCode:
1 | code $profile |
Just add the Set-PSReadlineKeyHandler thingy above.
Tags: cli, command, Powershell