一 关闭复制多行提示

Windows Terminal在复制多行的时候每次都会有提示,我们可以通过更改配置关闭这个提示。

在配置中点击"打开JSON文件":

Windows Terminal的一些配置

添加:

Windows Terminal的一些配置

"multiLinePasteWarning": false,

 

二 关闭提示音

在Windows Terminal中,经常出现提示音,也可以通过更改配置,关闭提示音。

同样打开JSON配置文件,在默认的profile中添加"bellSytle"配置:

Windows Terminal的一些配置

"bellStyle": "none"

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-01-12
  • 2022-12-23
  • 2021-12-24
  • 2022-01-24
  • 2021-11-10
猜你喜欢
  • 2021-11-20
  • 2021-05-20
  • 2021-07-12
  • 2021-11-20
  • 2021-10-30
  • 2022-12-23
  • 2021-07-20
相关资源
相似解决方案