carapace icon indicating copy to clipboard operation
carapace copied to clipboard

powershell: pagination

Open rsteube opened this issue 2 years ago • 0 comments

needs https://github.com/PowerShell/PSReadLine/issues/2306

Display all 100 possibilities? can be avoided by increasing CompletionQueryItems but without pagination these are just displayed.

Set-PSReadLineOption -CompletionQueryItems 300

Also, resizing to a smaller window breaks menu completion.

rsteube avatar Apr 10 '22 12:04 rsteube