Last active
October 22, 2020 01:19
-
-
Save NickCrew/400b1fb65c1190aaf812f156340b47b5 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file was initially generated by Windows Terminal Preview 1.2.2022.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
// You can add more global application settings here. | |
// To learn more about global settings, visit https://aka.ms/terminal-global-settings | |
// If enabled, selections are automatically copied to your clipboard. | |
"copyOnSelect": false, | |
// If enabled, formatted data is also copied to your clipboard | |
"copyFormatting": false, | |
// Size and position | |
"initialCols": 90, | |
"initialRows": 30, | |
"initialPosition": "2600,5", // top right | |
// A profile specifies a command to execute paired with information about how it should look and feel. | |
// Each one of them will appear in the 'New Tab' dropdown, | |
// and can be invoked from the commandline with `wt.exe -p xxx` | |
// To learn more about profiles, visit https://aka.ms/terminal-profile-settings | |
"profiles": | |
{ | |
"defaults": | |
{ | |
// Put settings here that you want to apply to all profiles. | |
"cursorShape": "filledBox", | |
"fontSize": 11, | |
"useAcrylic": false, | |
"acrylicOpacity": 0.8, | |
"historySize": 99001, | |
"padding": "8, 8, 8, 8", | |
"snapOnInput": true, | |
"hidden": false | |
}, | |
"list": | |
[ | |
{ | |
"name": "PowerShell ⚡", | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"source": "Windows.Terminal.PowershellCore", | |
"colorScheme": "Tango Dark", | |
"useAcrylic": true, | |
"arylicOpacity": 0.8 | |
}, | |
{ | |
"name": "Windows PowerShell", | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"commandline": "powershell.exe", | |
"colorScheme": "Campbell Powershell" | |
}, | |
{ | |
"name": "Git Bash", | |
"guid": "{73fe12ed-8ef6-43c3-ad03-6b61346a77d1}", | |
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"colorScheme": "One Half Dark", | |
"icon": "C:\\users\\ncf42\\OneDrive\\Pictures\\Icons\\gitbash.png", | |
"useAcrylic": true, | |
"acrylicOpacity": 0.8 | |
}, | |
{ | |
"name": "Command Prompt", | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"commandline": "cmd.exe" | |
}, | |
{ | |
"name": "Dev PwSh for VS 2019", | |
"commandline": "powershell.exe -noe -c \"&{Import-Module \"\"\"C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/Tools/Microsoft.VisualStudio.DevShell.dll\"\"\"; Enter-VsDevShell ae119593}\"", | |
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", | |
"colorScheme": "Campbell" | |
}, | |
{ | |
"name": "Ubuntu 20.04 🐳", | |
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
"source": "Windows.Terminal.Wsl", | |
"colorScheme": "UbuntuLegit", | |
"icon": "C:\\users\\ncf42\\OneDrive\\Pictures\\Icons\\ubuntu.png" | |
}, | |
{ | |
"name": "Azure Cloud Shell ☁", | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"source": "Windows.Terminal.Azure", | |
"colorScheme": "Tango Dark" | |
}, | |
{ | |
"commandline" : "cmd.exe /k \"%USERPROFILE%\\Anaconda3\\Scripts\\activate.bat %USERPROFILE%\\Anaconda3\"", | |
"icon" : "%USERPROFILE%/Anaconda3/Menu/anaconda-navigator.ico", | |
"name" : "Anaconda3", | |
"startingDirectory" : "%USERPROFILE%" | |
}, | |
{ | |
"name": "Kali Linux", | |
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"name": "PoSh as FSI\\nferguson 💻", | |
"guid": "{e23a5cb9-cec8-4553-80b1-3347654db5de}", | |
"commandline": "runas /netonly /user:fsi\\nferguson powershell.exe", | |
"background": "#300a0a", | |
"icon": "C:\\users\\ncf42\\OneDrive\\Pictures\\Icons\\powershell.png" | |
}, | |
{ | |
// Define a remote server to access via ssh | |
"name": "Custom SSH", | |
"colorScheme": "One Half Dark", | |
"commandline": "ssh ugo148" | |
}, | |
] | |
}, | |
// Add custom color schemes to this array. | |
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes | |
"schemes": [ | |
// A profile can override the following color scheme values: | |
// - "foreground" | |
// - "background" | |
// - "cursorColor" | |
{ | |
// Color Scheme: VibrantInk | |
"background" : "#181818", | |
"black" : "#878787", | |
"blue" : "#44B4CC", | |
"brightBlack" : "#555555", | |
"brightBlue" : "#0000FF", | |
"brightCyan" : "#00FFFF", | |
"brightGreen" : "#00FF00", | |
"brightPurple" : "#FF00FF", | |
"brightRed" : "#FF0000", | |
"brightWhite" : "#E5E5E5", | |
"brightYellow" : "#FFFF00", | |
"cyan" : "#44B4CC", | |
"foreground" : "#FFFFFF", | |
"green" : "#CCFF04", | |
"name" : "VibrantInk", | |
"purple" : "#9933CC", | |
"red" : "#FF6600", | |
"white" : "#F5F5F5", | |
"yellow" : "#FFCC00" | |
}, | |
{ | |
// Color Scheme: Ubuntu | |
"background": "#2C001E", | |
"black": "#EEEEEC", | |
"blue": "#268BD2", | |
"brightBlack": "#002B36", | |
"brightBlue": "#839496", | |
"brightCyan": "#93A1A1", | |
"brightGreen": "#586E75", | |
"brightPurple": "#6C71C4", | |
"brightRed": "#CB4B16", | |
"brightWhite": "#FDF6E3", | |
"brightYellow": "#657B83", | |
"cyan": "#2AA198", | |
"foreground": "#EEEEEC", | |
"green": "#729FCF", | |
"name": "Ubuntu", | |
"purple": "#D33682", | |
"red": "#16C60C", | |
"white": "#EEE8D5", | |
"yellow": "#B58900" | |
}, | |
{ | |
// Color Scheme: UbuntuLegit | |
"background": "#2C001E", | |
"black": "#4E9A06", | |
"blue": "#3465A4", | |
"brightBlack": "#555753", | |
"brightBlue": "#729FCF", | |
"brightCyan": "#34E2E2", | |
"brightGreen": "#8AE234", | |
"brightPurple": "#AD7FA8", | |
"brightRed": "#EF2929", | |
"brightWhite": "#EEEEEE", | |
"brightYellow": "#FCE94F", | |
"cyan": "#06989A", | |
"foreground": "#EEEEEE", | |
"green": "#300A24", | |
"name": "UbuntuLegit", | |
"purple": "#75507B", | |
"red": "#CC0000", | |
"white": "#D3D7CF", | |
"yellow": "#C4A000" | |
}, | |
{ | |
"name": "Campbell", | |
"foreground": "#CCCCCC", | |
"background": "#0C0C0C", | |
"cursorColor": "#FFFFFF", | |
"black": "#0C0C0C", | |
"red": "#C50F1F", | |
"green": "#13A10E", | |
"yellow": "#C19C00", | |
"blue": "#0037DA", | |
"purple": "#881798", | |
"cyan": "#3A96DD", | |
"white": "#CCCCCC", | |
"brightBlack": "#767676", | |
"brightRed": "#E74856", | |
"brightGreen": "#16C60C", | |
"brightYellow": "#F9F1A5", | |
"brightBlue": "#3B78FF", | |
"brightPurple": "#B4009E", | |
"brightCyan": "#61D6D6", | |
"brightWhite": "#F2F2F2" | |
}, | |
{ | |
"name": "Campbell Powershell", | |
"foreground": "#CCCCCC", | |
"background": "#012456", | |
"cursorColor": "#FFFFFF", | |
"black": "#0C0C0C", | |
"red": "#C50F1F", | |
"green": "#13A10E", | |
"yellow": "#C19C00", | |
"blue": "#0037DA", | |
"purple": "#881798", | |
"cyan": "#3A96DD", | |
"white": "#CCCCCC", | |
"brightBlack": "#767676", | |
"brightRed": "#E74856", | |
"brightGreen": "#16C60C", | |
"brightYellow": "#F9F1A5", | |
"brightBlue": "#3B78FF", | |
"brightPurple": "#B4009E", | |
"brightCyan": "#61D6D6", | |
"brightWhite": "#F2F2F2" | |
}, | |
{ | |
"name": "Vintage", | |
"foreground": "#C0C0C0", | |
"background": "#000000", | |
"cursorColor": "#FFFFFF", | |
"black": "#000000", | |
"red": "#800000", | |
"green": "#008000", | |
"yellow": "#808000", | |
"blue": "#000080", | |
"purple": "#800080", | |
"cyan": "#008080", | |
"white": "#C0C0C0", | |
"brightBlack": "#808080", | |
"brightRed": "#FF0000", | |
"brightGreen": "#00FF00", | |
"brightYellow": "#FFFF00", | |
"brightBlue": "#0000FF", | |
"brightPurple": "#FF00FF", | |
"brightCyan": "#00FFFF", | |
"brightWhite": "#FFFFFF" | |
}, | |
{ | |
"name": "One Half Dark", | |
"foreground": "#DCDFE4", | |
"background": "#282C34", | |
"cursorColor": "#FFFFFF", | |
"black": "#282C34", | |
"red": "#E06C75", | |
"green": "#98C379", | |
"yellow": "#E5C07B", | |
"blue": "#61AFEF", | |
"purple": "#C678DD", | |
"cyan": "#56B6C2", | |
"white": "#DCDFE4", | |
"brightBlack": "#5A6374", | |
"brightRed": "#E06C75", | |
"brightGreen": "#98C379", | |
"brightYellow": "#E5C07B", | |
"brightBlue": "#61AFEF", | |
"brightPurple": "#C678DD", | |
"brightCyan": "#56B6C2", | |
"brightWhite": "#DCDFE4" | |
}, | |
{ | |
"name": "One Half Light", | |
"foreground": "#383A42", | |
"background": "#FAFAFA", | |
"cursorColor": "#4F525D", | |
"black": "#383A42", | |
"red": "#E45649", | |
"green": "#50A14F", | |
"yellow": "#C18301", | |
"blue": "#0184BC", | |
"purple": "#A626A4", | |
"cyan": "#0997B3", | |
"white": "#FAFAFA", | |
"brightBlack": "#4F525D", | |
"brightRed": "#DF6C75", | |
"brightGreen": "#98C379", | |
"brightYellow": "#E4C07A", | |
"brightBlue": "#61AFEF", | |
"brightPurple": "#C577DD", | |
"brightCyan": "#56B5C1", | |
"brightWhite": "#FFFFFF" | |
}, | |
{ | |
"name": "Solarized Dark", | |
"foreground": "#839496", | |
"background": "#002B36", | |
"cursorColor": "#FFFFFF", | |
"black": "#073642", | |
"red": "#DC322F", | |
"green": "#859900", | |
"yellow": "#B58900", | |
"blue": "#268BD2", | |
"purple": "#D33682", | |
"cyan": "#2AA198", | |
"white": "#EEE8D5", | |
"brightBlack": "#002B36", | |
"brightRed": "#CB4B16", | |
"brightGreen": "#586E75", | |
"brightYellow": "#657B83", | |
"brightBlue": "#839496", | |
"brightPurple": "#6C71C4", | |
"brightCyan": "#93A1A1", | |
"brightWhite": "#FDF6E3" | |
}, | |
{ | |
"name": "Solarized Light", | |
"foreground": "#657B83", | |
"background": "#FDF6E3", | |
"cursorColor": "#002B36", | |
"black": "#073642", | |
"red": "#DC322F", | |
"green": "#859900", | |
"yellow": "#B58900", | |
"blue": "#268BD2", | |
"purple": "#D33682", | |
"cyan": "#2AA198", | |
"white": "#EEE8D5", | |
"brightBlack": "#002B36", | |
"brightRed": "#CB4B16", | |
"brightGreen": "#586E75", | |
"brightYellow": "#657B83", | |
"brightBlue": "#839496", | |
"brightPurple": "#6C71C4", | |
"brightCyan": "#93A1A1", | |
"brightWhite": "#FDF6E3" | |
}, | |
{ | |
"name": "Tango Dark", | |
"foreground": "#D3D7CF", | |
"background": "#201642", | |
"cursorColor": "#FFFFFF", | |
"black": "#000000", | |
"red": "#CC0000", | |
"green": "#4E9A06", | |
"yellow": "#C4A000", | |
"blue": "#3465A4", | |
"purple": "#75507B", | |
"cyan": "#06989A", | |
"white": "#D3D7CF", | |
"brightBlack": "#555753", | |
"brightRed": "#EF2929", | |
"brightGreen": "#8AE234", | |
"brightYellow": "#FCE94F", | |
"brightBlue": "#729FCF", | |
"brightPurple": "#AD7FA8", | |
"brightCyan": "#34E2E2", | |
"brightWhite": "#EEEEEC" | |
}, | |
{ | |
"name": "Tango Light", | |
"foreground": "#555753", | |
"background": "#FFFFFF", | |
"cursorColor": "#000000", | |
"black": "#000000", | |
"red": "#CC0000", | |
"green": "#4E9A06", | |
"yellow": "#C4A000", | |
"blue": "#3465A4", | |
"purple": "#75507B", | |
"cyan": "#06989A", | |
"white": "#D3D7CF", | |
"brightBlack": "#555753", | |
"brightRed": "#EF2929", | |
"brightGreen": "#8AE234", | |
"brightYellow": "#FCE94F", | |
"brightBlue": "#729FCF", | |
"brightPurple": "#AD7FA8", | |
"brightCyan": "#34E2E2", | |
"brightWhite": "#EEEEEC" | |
} | |
], | |
// Add custom keybindings to this array. | |
// To unbind a key combination from your defaults.json, set the command to "unbound". | |
// To learn more about keybindings, visit https://aka.ms/terminal-keybindings | |
"keybindings": | |
[ | |
// Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. | |
// These two lines additionally bind them to Ctrl+C and Ctrl+V. | |
// To learn more about selection, visit https://aka.ms/terminal-selection | |
// this interferes with vim keybindings. | |
//{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, | |
//{ "command": "paste", "keys": "ctrl+v" }, | |
// Press Ctrl+Shift+F to open the search box | |
{ "command": "find", "keys": "ctrl+shift+f" }, | |
// Press Alt+Shift+D to open a new pane. | |
// - "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": "commandPalette", "keys": "ctrl+shift+p" }, | |
{ "command": "commandPalette", "keys": "ctrl+space" }, | |
{ "command": "openNewTabDropdown", "keys": "ctrl+alt+space" }, | |
{ "command": { "action": "splitPane", "split": "horizontal", "splitMode": "duplicate" }, "keys": "alt+shift+s"}, | |
{ "command": { "action": "splitPane", "split": "vertical", "splitMode": "duplicate" }, "keys": "alt+shift+v"}, | |
{ "command": { "action": "moveFocus", "direction": "down"}, "keys": "alt+j" }, | |
{ "command": { "action": "moveFocus", "direction": "up"}, "keys": "alt+k" }, | |
{ "command": { "action": "moveFocus", "direction": "left"}, "keys": "alt+h" }, | |
{ "command": { "action": "moveFocus", "direction": "right"}, "keys": "alt+l" }, | |
{ "command": { "action": "resizePane", "direction": "down"}, "keys": "alt+shift+j" }, | |
{ "command": { "action": "resizePane", "direction": "up"}, "keys": "alt+shift+k" }, | |
{ "command": { "action": "resizePane", "direction": "left"}, "keys": "alt+shift+h" }, | |
{ "command": { "action": "resizePane", "direction": "right"}, "keys": "alt+shift+l" }, | |
{ "command": "scrollUpPage", "keys": "ctrl+shift+u"}, | |
{ "command": "scrollDownPage", "keys": "ctrl+shift+d"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment