summaryrefslogtreecommitdiffstatshomepage
path: root/wt.json
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-01-13 16:17:11 -0600
committerToby Vincent <tobyv13@gmail.com>2022-01-13 16:17:11 -0600
commit1cd7dffc27b86c8c5cee23b36ced564ce8ca03de (patch)
treedf24b508cdd45eae9ad0838f836c0372327c4e74 /wt.json
parentfea9ad15f04484702084e9dfdf353cb68aedb83a (diff)
feat: updated configs
Diffstat (limited to 'wt.json')
-rw-r--r--wt.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/wt.json b/wt.json
index fc06031..7e3e54b 100644
--- a/wt.json
+++ b/wt.json
@@ -26,12 +26,10 @@
"command":
{
"action": "newTab"
- },
- "keys": "ctrl+t"
+ }
},
{
- "command": "find",
- "keys": "ctrl+f"
+ "command": "find"
},
{
"command":
@@ -54,6 +52,14 @@
"action": "commandPalette"
},
"keys": "f1"
+ },
+ {
+ "command": "unbound",
+ "keys": "ctrl+f"
+ },
+ {
+ "command": "unbound",
+ "keys": "ctrl+t"
}
],
"alwaysShowNotificationIcon": true,