code: small changes
This commit is contained in:
parent
86dedcc0d4
commit
83bf94c2c2
3 changed files with 8 additions and 7 deletions
|
@ -22,5 +22,9 @@
|
|||
{
|
||||
"key": "ctrl+s",
|
||||
"command": "saveAll"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "f11",
|
||||
"command": "workbench.action.toggleZenMode"
|
||||
},
|
||||
]
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"locale": "en"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
// Remove clutter
|
||||
"window.titleBarStyle": "native",
|
||||
// "window.titleBarStyle": "custom",
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"workbench.activityBar.visible": false,
|
||||
"workbench.editor.showTabs": false,
|
||||
|
@ -21,8 +21,8 @@
|
|||
"window.zoomLevel": 0,
|
||||
"vim.foldfix": true,
|
||||
// Fonts
|
||||
"terminal.integrated.fontFamily": "Hack",
|
||||
"editor.fontFamily": "'Hack', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
|
||||
"terminal.integrated.fontFamily": "'Hack', 'Roboto Mono'",
|
||||
"editor.fontFamily": "'Hack','Roboto Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
|
||||
"editor.fontSize": 15,
|
||||
"editor.fontLigatures": true,
|
||||
// Vim
|
||||
|
|
Reference in a new issue