| EditMode | Vi | |
| ContinuationPrompt | >> | |
| ContinuationPromptForegroundColor | White | not in PowerShell 7? |
| ContinuationPromptBackgroundColor | Black | not in PowerShell 7? |
| ExtraPromptLineCount | 0 | |
| AddToHistoryHandler | | A script block that determines if a command is added to the history |
| CommandValidationHandler | | Called by ValidateAndAcceptLine/ |
| CommandsToValidateScriptBlockArguments | {ForEach-Object, %, Invoke-Command, icm...} | |
| HistoryNoDuplicates | False | Not in PowerShell 7 |
| MaximumHistoryCount | 4096 | |
| MaximumKillRingCount | 10 | |
| HistorySearchCursorMovesToEnd | False | |
| ShowToolTips | False | |
| DingTone | 1221 | |
| CompletionQueryItems | 100 | |
| WordDelimiters | ;:,.[]{}()/\|^&*-=+'"–—― | |
| DingDuration | 50 | |
| BellStyle | Audible | |
| PromptText | {> } | Not in PowerShell .NET? |
| HistorySearchCaseSensitive | False | |
| ViModeIndicator | None | |
| HistorySavePath | C:\Users\rene\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadline\ConsoleHost_history.txt | |
| HistorySaveStyle | SaveIncrementally | |
| DefaultTokenForegroundColor | White | Use default (not defaultToken) in set-psReadLineOption when modifying this color. |
| CommentForegroundColor | DarkGreen | |
| KeywordForegroundColor | Green | |
| StringForegroundColor | DarkCyan | |
| OperatorForegroundColor | DarkGray | |
| VariableForegroundColor | Green | |
| CommandForegroundColor | Yellow | |
| ParameterForegroundColor | DarkGray | |
| TypeForegroundColor | Gray | |
| NumberForegroundColor | White | |
| MemberForegroundColor | White | |
| DefaultTokenBackgroundColor | Black | |
| CommentBackgroundColor | Black | |
| KeywordBackgroundColor | Black | |
| StringBackgroundColor | Black | |
| OperatorBackgroundColor | Black | |
| VariableBackgroundColor | Black | |
| CommandBackgroundColor | Black | |
| ParameterBackgroundColor | Black | |
| TypeBackgroundColor | Black | |
| NumberBackgroundColor | Black | |
| MemberBackgroundColor | Black | |
| EmphasisForegroundColor | Cyan | |
| EmphasisBackgroundColor | Black | |
| ErrorForegroundColor | Red | |
| ErrorBackgroundColor | Black | |