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