This commit is contained in:
Henrik Bakken
2020-11-18 19:28:38 +01:00
parent d5577c96de
commit 0c92777a38
5 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -91,6 +91,6 @@
// - "split": "auto" makes this pane open in the direction that provides the most surface area.
// - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
// To learn more about panes, visit https://aka.ms/terminal-panes
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
// { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
]
}