Disable Vim, mono text, and more
This commit is contained in:
2
app.json
2
app.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"vimMode": true,
|
||||
"vimMode": false,
|
||||
"showUnsupportedFiles": true,
|
||||
"livePreview": false,
|
||||
"showInlineTitle": false,
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
{
|
||||
"cssTheme": "Minimal",
|
||||
"showRibbon": true,
|
||||
"textFontFamily": "iA Writer Mono V",
|
||||
"textFontFamily": "",
|
||||
"translucency": true,
|
||||
"interfaceFontFamily": "",
|
||||
"baseFontSize": 18,
|
||||
"enabledCssSnippets": [
|
||||
"font",
|
||||
"vim-cursor",
|
||||
"text-normalize",
|
||||
"code-blocks",
|
||||
"minimal-heading-colors",
|
||||
"minimal-mono-grid"
|
||||
"minimal-heading-colors"
|
||||
],
|
||||
"accentColor": ""
|
||||
}
|
||||
@@ -253,6 +253,12 @@
|
||||
"Alt"
|
||||
],
|
||||
"key": "W"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "W"
|
||||
}
|
||||
],
|
||||
"editor:follow-link": [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"lightStyle": "minimal-light",
|
||||
"darkStyle": "minimal-dark",
|
||||
"lightScheme": "minimal-default-light",
|
||||
"darkScheme": "minimal-default-dark",
|
||||
"lightScheme": "minimal-flexoki-light",
|
||||
"darkScheme": "minimal-flexoki-dark",
|
||||
"editorFont": "",
|
||||
"lineHeight": 1.7,
|
||||
"lineWidth": 40,
|
||||
@@ -16,7 +16,7 @@
|
||||
"iframeWidth": "iframe-default-width",
|
||||
"mapWidth": "map-default-width",
|
||||
"chartWidth": "chart-default-width",
|
||||
"colorfulHeadings": true,
|
||||
"colorfulHeadings": false,
|
||||
"colorfulFrame": false,
|
||||
"colorfulActiveStates": false,
|
||||
"trimNames": true,
|
||||
|
||||
Reference in New Issue
Block a user