Update dotfiles/.config/tabby/config.yaml, dotfiles/.vscode/settings.json
This commit is contained in:
parent
a3cfb1831a
commit
119add5dc5
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ terminal:
|
||||||
autoOpen: true
|
autoOpen: true
|
||||||
scrollbackLines: 100000
|
scrollbackLines: 100000
|
||||||
frontend: xterm-webgl
|
frontend: xterm-webgl
|
||||||
font: FiraCode Nerd Font
|
font: Hack Nerd Font
|
||||||
ligatures: true
|
ligatures: true
|
||||||
background: colorScheme
|
background: colorScheme
|
||||||
showTabProfileIcon: true
|
showTabProfileIcon: true
|
||||||
|
|
2
dotfiles/.vscode/settings.json
vendored
2
dotfiles/.vscode/settings.json
vendored
|
@ -37,7 +37,7 @@
|
||||||
},
|
},
|
||||||
"codetour.customTourDirectory": ".config/codetour.yml",
|
"codetour.customTourDirectory": ".config/codetour.yml",
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"editor.fontFamily": "'FiraCode Nerd Font', Menlo, Monaco, 'Courier New', monospace",
|
"editor.fontFamily": "'Hack Nerd Font', Menlo, Monaco, 'Courier New', monospace",
|
||||||
"editor.formatOnPaste": false,
|
"editor.formatOnPaste": false,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"eslint.alwaysShowStatus": true,
|
"eslint.alwaysShowStatus": true,
|
||||||
|
|
Loading…
Reference in a new issue