AucaCoyan / dotfiles

My dotfiles
MIT License
1 stars 0 forks source link

`PSReadLine` can be cofigured #12

Closed AucaCoyan closed 1 year ago

AucaCoyan commented 1 year ago

sample config with PSReadlinekeyHandler

and edit the history with PSReadlineHistory

AucaCoyan commented 1 year ago

Check this site about PSReadLineOption

current config:

Set-PSReadLineOption -PredictionViewStyle ListView

There is also InlineVew but you can only see the first result, which is not always the case

AucaCoyan commented 1 year ago

Since 86aa12c I've been using nushell, so this issue lost importance