-
Notifications
You must be signed in to change notification settings - Fork 319
Closed
Labels
Issue-EnhancementIt's a feature request.It's a feature request.
Milestone
Description
I tried to figure this out but couldn't find out. Is there a way to get autocompletion like in the fish shell?
Basically what I am looking for is automatically searching the history on every keystroke, then showing a grey suggestion behind the cursor that can be accepted with → (if the cursor is at the end of the line).
We can get close with Set-PSReadLineKeyHandler -Key ArrowRight -Function HistorySearchBackward
but it doesn't show the suggestion and it prevents moving the cursor to the right.
mklement0, KZcheese, hengzhe-zhang, savpek, awave1 and 100 moreaykxt, swojit, qb-vajahath, testfailed and prprnyagilescope, JimGBritt, kashif-khan, aykxt, fcoclavero and 7 moreJoseRa-KnowIT, LuanVSO, gilescope, Berrysoft, kashif-khan and 6 more
Metadata
Metadata
Assignees
Labels
Issue-EnhancementIt's a feature request.It's a feature request.