快捷键
Get-PSReadLineKeyHandler (PSReadLine) - PowerShell | Microsoft Docs
Fuction
about PSReadLine - PowerShell | Microsoft Docs
使用补全功能后vscode背景配色(对于白色主题的优化)
"workbench.colorCustomizations": {
"editor.lineHighlightBorder": "#0048fffa",
"terminal.foreground": "#000000",
"terminalCursor.background": "#afa9a9",
"terminalCursor.foreground": "#faf9f9",
"terminal.ansiBlack": "#FFFFFF",
"terminal.ansiBlue": "#0698f3",
},
```
这里指保留前几个配置,后面的自行取舍
## windowsTerminal 配色(针对白色主题)

|