aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-25 19:25:59 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-25 19:25:59 -0600
commitebcbc7e979793c8208e7380d85282a57fe3581ab (patch)
treee809a7c62b6e185b51c475e9c12cd5df2e3c4b90
parente10dfefd534aaaeb8a4c8d97c113345ed5382274 (diff)
feat: added btm profile
-rw-r--r--wt.json25
1 files changed, 15 insertions, 10 deletions
diff --git a/wt.json b/wt.json
index d70263d..5d60e58 100644
--- a/wt.json
+++ b/wt.json
@@ -4,16 +4,16 @@
"actions": [
{
"command": {
- "action": "closeTab"
+ "action": "openSettings",
+ "target": "settingsUI"
},
- "keys": "ctrl+w"
+ "keys": "ctrl+comma"
},
{
"command": {
- "action": "openSettings",
- "target": "settingsUI"
+ "action": "closeTab"
},
- "keys": "ctrl+comma"
+ "keys": "ctrl+w"
},
{
"command": {
@@ -27,8 +27,10 @@
},
{
"command": {
- "action": "newTab"
- }
+ "action": "newTab",
+ "profile": "btm"
+ },
+ "keys": "alt+`"
},
{
"command": {
@@ -46,9 +48,6 @@
"keys": "ctrl+t"
},
{
- "command": "find"
- },
- {
"command": {
"action": "commandPalette"
},
@@ -114,6 +113,12 @@
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
+ },
+ {
+ "commandline": "btm",
+ "guid": "{1a3bcafa-ff3b-46ba-bdf4-582e99ec9dfc}",
+ "hidden": false,
+ "name": "btm"
}
]
},