Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jodrellblank
on Jan 20, 2021
|
parent
|
context
|
favorite
| on:
Linux and Powershell
> "
It does the thing where you get to cycle through various options instead of completing to the longest common prefix, which is really hard to get used to after years and years of interfaces that do the other thing.
"
So change it:
Set-PSReadLineKeyHandler -Chord Tab -Function Complete
"
Bash style completion (optional in Cmd mode, default in Emacs mode)
" -
https://docs.microsoft.com/en-us/powershell/module/psreadlin...
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So change it:
"Bash style completion (optional in Cmd mode, default in Emacs mode)" - https://docs.microsoft.com/en-us/powershell/module/psreadlin...