-
Notifications
You must be signed in to change notification settings - Fork 322
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-EnhancementIt's a feature request.It's a feature request.
