mirror of
https://github.com/cmderdev/cmder.git
synced 2025-03-13 14:14:37 +08:00
sync
This commit is contained in:
parent
167f57bc97
commit
f38e0b3e03
110
vendor/windows_terminal_default_settings.json
vendored
110
vendor/windows_terminal_default_settings.json
vendored
@ -1,23 +1,14 @@
|
|||||||
{
|
{
|
||||||
"$help": "https://aka.ms/terminal-documentation",
|
"$help": "https://aka.ms/terminal-documentation",
|
||||||
"$schema": "https://aka.ms/terminal-profiles-schema",
|
"$schema": "https://aka.ms/terminal-profiles-schema",
|
||||||
"actions":
|
"actions": [
|
||||||
[
|
|
||||||
{
|
|
||||||
"command":
|
|
||||||
{
|
{
|
||||||
|
"command": {
|
||||||
"action": "copy",
|
"action": "copy",
|
||||||
"singleLine": false
|
"singleLine": false
|
||||||
},
|
},
|
||||||
"keys": "ctrl+shift+c"
|
"keys": "ctrl+shift+c"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"command": "paste"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"command": "find",
|
|
||||||
"keys": "ctrl+shift+f"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "unbound",
|
"command": "unbound",
|
||||||
"keys": "ctrl+v"
|
"keys": "ctrl+v"
|
||||||
@ -27,8 +18,14 @@
|
|||||||
"keys": "ctrl+c"
|
"keys": "ctrl+c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command":
|
"command": "paste"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
|
"command": "find",
|
||||||
|
"keys": "ctrl+shift+f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": {
|
||||||
"action": "splitPane",
|
"action": "splitPane",
|
||||||
"split": "auto",
|
"split": "auto",
|
||||||
"splitMode": "duplicate"
|
"splitMode": "duplicate"
|
||||||
@ -39,30 +36,25 @@
|
|||||||
"copyFormatting": "none",
|
"copyFormatting": "none",
|
||||||
"copyOnSelect": true,
|
"copyOnSelect": true,
|
||||||
"defaultProfile": "{48946353-ebe8-4571-a591-7d609f31327a}",
|
"defaultProfile": "{48946353-ebe8-4571-a591-7d609f31327a}",
|
||||||
"newTabMenu":
|
"newTabMenu": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"type": "remainingProfiles"
|
"type": "remainingProfiles"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"profiles":
|
"profiles": {
|
||||||
{
|
"defaults": {
|
||||||
"defaults":
|
|
||||||
{
|
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"font":
|
"font": {
|
||||||
{
|
|
||||||
"face": "Cascadia Code"
|
"face": "Cascadia Code"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"list":
|
"list": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "cmd /k \"%CMDER_ROOT%\\vendor\\init.bat\"",
|
"commandline": "cmd /k \"%WT_SETTINGS_DIR%\\..\\..\\init.bat\"",
|
||||||
"guid": "{48946353-ebe8-4571-a591-7d609f31327a}",
|
"guid": "{48946353-ebe8-4571-a591-7d609f31327a}",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"icon": "%CMDER_ROOT%\\icons\\cmder.ico",
|
"icon": "%WT_SETTINGS_DIR%\\..\\..\\..\\icons\\cmder.ico",
|
||||||
"name": "Cmder",
|
"name": "Cmder",
|
||||||
"startingDirectory": null,
|
"startingDirectory": null,
|
||||||
"tabTitle": "Cmder",
|
"tabTitle": "Cmder",
|
||||||
@ -70,21 +62,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "%SystemRoot%\\System32\\cmd.exe /k \"%CMDER_ROOT%\\vendor\\init.bat\"",
|
"commandline": "%SystemRoot%\\System32\\cmd.exe /k \"%WT_SETTINGS_DIR%\\..\\..\\init.bat\"",
|
||||||
"elevate": true,
|
"elevate": true,
|
||||||
"guid": "{bdd957d0-c15a-49e6-9816-14b02351a071}",
|
"guid": "{bdd957d0-c15a-49e6-9816-14b02351a071}",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"icon": "%CMDER_ROOT%\\icons\\cmder_red.ico",
|
"icon": "%WT_SETTINGS_DIR%\\..\\..\\..\\icons\\cmder_red.ico",
|
||||||
"name": "Cmder as Admin",
|
"name": "Cmder as Admin",
|
||||||
"startingDirectory": null,
|
"startingDirectory": null,
|
||||||
"tabTitle": "Cmder as Admin"
|
"tabTitle": "Cmder as Admin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "PowerShell -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command \"Invoke-Expression 'Import-Module ''%CMDER_ROOT%\\vendor.\\profile.ps1'''\"",
|
"commandline": "PowerShell -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command \"Invoke-Expression 'Import-Module ''%WT_SETTINGS_DIR%\\..\\..\\profile.ps1'''\"",
|
||||||
"guid": "{eb1f6578-ce9d-47a9-a8c7-9b3fdd22302d}",
|
"guid": "{eb1f6578-ce9d-47a9-a8c7-9b3fdd22302d}",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"icon": "%CMDER_ROOT%\\icons\\cmder_orange.ico",
|
"icon": "%WT_SETTINGS_DIR%\\..\\..\\..\\icons\\cmder_orange.ico",
|
||||||
"name": "Cmder - PowerShell",
|
"name": "Cmder - PowerShell",
|
||||||
"startingDirectory": null,
|
"startingDirectory": null,
|
||||||
"tabTitle": "Cmder",
|
"tabTitle": "Cmder",
|
||||||
@ -92,11 +84,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "PowerShell -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command \"Invoke-Expression 'Import-Module ''%CMDER_ROOT%\\vendor.\\profile.ps1'''\"",
|
"commandline": "PowerShell -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command \"Invoke-Expression 'Import-Module ''%WT_SETTINGS_DIR%\\..\\..\\profile.ps1'''\"",
|
||||||
"elevate": true,
|
"elevate": true,
|
||||||
"guid": "{c5225c3e-8619-4145-8182-2800814eeb17}",
|
"guid": "{c5225c3e-8619-4145-8182-2800814eeb17}",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"icon": "%CMDER_ROOT%\\icons\\cmder_purple.ico",
|
"icon": "%WT_SETTINGS_DIR%\\..\\..\\..\\icons\\cmder_purple.ico",
|
||||||
"name": "Cmder - PowerShell as Admin",
|
"name": "Cmder - PowerShell as Admin",
|
||||||
"startingDirectory": null,
|
"startingDirectory": null,
|
||||||
"tabTitle": "Cmder - PowerShell as Admin",
|
"tabTitle": "Cmder - PowerShell as Admin",
|
||||||
@ -104,21 +96,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "%CMDER_ROOT%\\vendor\\start_git_bash.cmd",
|
"commandline": "%WT_SETTINGS_DIR%\\..\\..\\start_git_bash.cmd",
|
||||||
"guid": "{c5c298e9-010e-4b8c-bc55-e3df81846b4c}",
|
"guid": "{c5c298e9-010e-4b8c-bc55-e3df81846b4c}",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"icon": "%CMDER_ROOT%\\icons\\cmder_blue.ico",
|
"icon": "%WT_SETTINGS_DIR%\\..\\..\\..\\icons\\cmder_blue.ico",
|
||||||
"name": "Cmder - Bash",
|
"name": "Cmder - Bash",
|
||||||
"startingDirectory": null,
|
"startingDirectory": null,
|
||||||
"tabTitle": "Cmder - Bash"
|
"tabTitle": "Cmder - Bash"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"colorScheme": "One Half Dark",
|
"colorScheme": "One Half Dark",
|
||||||
"commandline": "%CMDER_ROOT%\\vendor\\start_git_bash.cmd",
|
"commandline": "%WT_SETTINGS_DIR%\\..\\..\\start_git_bash.cmd",
|
||||||
"elevate": true,
|
"elevate": true,
|
||||||
"guid": "{545eb9ed-4c1c-49b3-8cc6-7eb41bd280ff}",
|
"guid": "{545eb9ed-4c1c-49b3-8cc6-7eb41bd280ff}",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"icon": "%CMDER_ROOT%\\icons\\cmder_yellow.ico",
|
"icon": "%WT_SETTINGS_DIR%\\..\\..\\..\\icons\\cmder_yellow.ico",
|
||||||
"name": "Cmder - Bash as Admin",
|
"name": "Cmder - Bash as Admin",
|
||||||
"startingDirectory": null,
|
"startingDirectory": null,
|
||||||
"tabTitle": "Cmder - Bash as Admin"
|
"tabTitle": "Cmder - Bash as Admin"
|
||||||
@ -135,11 +127,9 @@
|
|||||||
"hidden": false,
|
"hidden": false,
|
||||||
"name": "Command Prompt"
|
"name": "Command Prompt"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"schemes":
|
"schemes": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"background": "#0C0C0C",
|
"background": "#0C0C0C",
|
||||||
"black": "#0C0C0C",
|
"black": "#0C0C0C",
|
||||||
@ -394,51 +384,7 @@
|
|||||||
"yellow": "#808000"
|
"yellow": "#808000"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"themes":
|
"themes": [],
|
||||||
[
|
|
||||||
{
|
|
||||||
"name": "legacyDark",
|
|
||||||
"tab":
|
|
||||||
{
|
|
||||||
"background": null,
|
|
||||||
"showCloseButton": "always",
|
|
||||||
"unfocusedBackground": null
|
|
||||||
},
|
|
||||||
"window":
|
|
||||||
{
|
|
||||||
"applicationTheme": "dark",
|
|
||||||
"useMica": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "legacyLight",
|
|
||||||
"tab":
|
|
||||||
{
|
|
||||||
"background": null,
|
|
||||||
"showCloseButton": "always",
|
|
||||||
"unfocusedBackground": null
|
|
||||||
},
|
|
||||||
"window":
|
|
||||||
{
|
|
||||||
"applicationTheme": "light",
|
|
||||||
"useMica": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "legacySystem",
|
|
||||||
"tab":
|
|
||||||
{
|
|
||||||
"background": null,
|
|
||||||
"showCloseButton": "always",
|
|
||||||
"unfocusedBackground": null
|
|
||||||
},
|
|
||||||
"window":
|
|
||||||
{
|
|
||||||
"applicationTheme": "system",
|
|
||||||
"useMica": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"useAcrylicInTabRow": true,
|
"useAcrylicInTabRow": true,
|
||||||
"wordDelimiters": " ()\"',;<>!@#$%^&*|+=[]{}~?\u2502"
|
"wordDelimiters": " ()\"',;<>!@#$%^&*|+=[]{}~?\u2502"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user