快捷键
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 配色(针对白色主题)
![在这里插入图片描述](https://img-blog.csdnimg.cn/e11d99727faa416084d3398c5e06241a.png?x-oss-process=image/watermark,type_ZHJvaWRzYW5zZmFsbGJhY2s,shadow_50,text_Q1NETiBAeHVjaGFveGluMTM3NQ==,size_20,color_FFFFFF,t_70,g_se,x_16)
|