aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wt.json
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-08 14:35:06 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-08 14:35:06 -0500
commit1eb436ea8302d0e9a4608f5be720c1d69de7a653 (patch)
tree545802970360c49be953d03e679e6b0fb5ed9dcd /wt.json
parent8c16029d554250097ec7c0f159727184d3450668 (diff)
fix: fixed fzf installer
Diffstat (limited to 'wt.json')
-rw-r--r--wt.json19
1 files changed, 13 insertions, 6 deletions
diff --git a/wt.json b/wt.json
index afd0ab5..d707d63 100644
--- a/wt.json
+++ b/wt.json
@@ -8,14 +8,14 @@
"action": "openSettings",
"target": "settingsUI"
},
- "keys": "ctrl+,"
+ "keys": "ctrl+comma"
},
{
"command":
{
"action": "openSettings"
},
- "keys": "ctrl+shift+,"
+ "keys": "ctrl+shift+comma"
},
{
"command":
@@ -34,14 +34,17 @@
"action": "openSettings",
"target": "defaultsFile"
},
- "keys": "ctrl+alt+,"
+ "keys": "ctrl+alt+comma"
},
{
"command": "find",
"keys": "ctrl+f"
},
{
- "command": "closeTab",
+ "command":
+ {
+ "action": "closeTab"
+ },
"keys": "ctrl+w"
},
{
@@ -56,6 +59,7 @@
"keys": "f1"
}
],
+ "alwaysShowTrayIcon": true,
"confirmCloseAllTabs": false,
"defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"disabledProfileSources":
@@ -78,8 +82,11 @@
"colorScheme": "vscode-dark",
"cursorColor": "#D4D4D4",
"cursorShape": "filledBox",
- "fontFace": "Fira Code",
- "fontSize": 11,
+ "font":
+ {
+ "face": "Fira Code",
+ "size": 11
+ },
"useAcrylic": true
},
"list":