summaryrefslogtreecommitdiff
path: root/windows-terminal/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'windows-terminal/settings.json')
-rw-r--r--windows-terminal/settings.json124
1 files changed, 124 insertions, 0 deletions
diff --git a/windows-terminal/settings.json b/windows-terminal/settings.json
new file mode 100644
index 0000000..be8abbb
--- /dev/null
+++ b/windows-terminal/settings.json
@@ -0,0 +1,124 @@
+{
+ "$help": "https://aka.ms/terminal-documentation",
+ "$schema": "https://aka.ms/terminal-profiles-schema",
+ "actions":
+ [
+ {
+ "command":
+ {
+ "action": "copy",
+ "singleLine": false
+ },
+ "id": "User.copy.644BA8F2"
+ },
+ {
+ "command": "paste",
+ "id": "User.paste"
+ },
+ {
+ "command": "find",
+ "id": "User.find"
+ },
+ {
+ "command":
+ {
+ "action": "splitPane",
+ "split": "auto",
+ "splitMode": "duplicate"
+ },
+ "id": "User.splitPane.A6751878"
+ }
+ ],
+ "alwaysShowTabs": false,
+ "copyFormatting": "none",
+ "copyOnSelect": false,
+ "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
+ "keybindings":
+ [
+ {
+ "id": "User.copy.644BA8F2",
+ "keys": "ctrl+c"
+ },
+ {
+ "id": "User.find",
+ "keys": "ctrl+shift+f"
+ },
+ {
+ "id": "User.splitPane.A6751878",
+ "keys": "alt+shift+d"
+ }
+ ],
+ "launchMode": "maximized",
+ "minimizeToNotificationArea": true,
+ "newTabMenu":
+ [
+ {
+ "type": "remainingProfiles"
+ }
+ ],
+ "profiles":
+ {
+ "defaults":
+ {
+ "font":
+ {
+ "face": "Hack NF",
+ "size": 18
+ },
+ "padding": "0"
+ },
+ "list":
+ [
+ {
+ "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
+ "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
+ "hidden": false,
+ "name": "Windows PowerShell"
+ },
+ {
+ "commandline": "%SystemRoot%\\System32\\cmd.exe",
+ "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
+ "hidden": false,
+ "name": "Command Prompt"
+ },
+ {
+ "font":
+ {
+ "face": "Hack NF",
+ "size": 18
+ },
+ "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
+ "hidden": false,
+ "name": "PowerShell",
+ "source": "Windows.Terminal.PowershellCore"
+ },
+ {
+ "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
+ "hidden": false,
+ "name": "Azure Cloud Shell",
+ "source": "Windows.Terminal.Azure"
+ },
+ {
+ "guid": "{4aa036c5-c61a-5931-8342-ab6e0f0314c6}",
+ "hidden": false,
+ "name": "Ubuntu",
+ "source": "Microsoft.WSL"
+ },
+ {
+ "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}",
+ "hidden": false,
+ "name": "Ubuntu",
+ "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc"
+ },
+ {
+ "guid": "{aa3a40cc-c841-5c29-8ddf-356a19c32c90}",
+ "hidden": false,
+ "name": "Debian",
+ "source": "Microsoft.WSL"
+ }
+ ]
+ },
+ "schemes": [],
+ "showTabsInTitlebar": false,
+ "themes": []
+}
Back to https://optics-design.com