Hacker News new | ask | show | jobs
by vips7L 1521 days ago
Tab behavior is configurable. I have mine set to menu expansion.

    Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete
1 comments

Thanks for that! I've recently been learning PowerShell. After 30 years of bash it is interesting.