split screen windows terminal code example
Example 1: windows terminal split screen shortcut
Alt Shift = split horizontal
Alt Shift - split vertical
Alt <arrow key>
Alt Shift <arrow key>
Ctrl Shift W
Example 2: how to divide command in windows terminal
{ "command": { "action": "splitPane", "split": "vertical" }, "keys": "alt+shift+=" },
{ "command": { "action": "splitPane", "split": "horizontal" }, "keys": "alt+shift+-" },
{ "command": { "action": "splitPane", "split": "auto" }, "keys": "alt+shift+d" }