Created
February 24, 2020 17:04
-
-
Save CyrusF/46a0badcd1a2dac66f0b4f23b80caf05 to your computer and use it in GitHub Desktop.
Windows Terminal profile by Cyrus
This file contains 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
// 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", | |
"globals": { | |
"alwaysShowTabs": true, | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"initialCols": 120, | |
"initialRows": 30, | |
"keybindings": [ | |
{ | |
"command": "closePane", | |
"keys": [ | |
"ctrl+shift+w" | |
] | |
}, | |
{ | |
"command": "closeTab", | |
"keys": [ | |
"ctrl+w" | |
] | |
}, | |
{ | |
"command": "copy", | |
"keys": [ | |
"ctrl+shift+c" | |
] | |
}, | |
{ | |
"command": "duplicateTab", | |
"keys": [ | |
"ctrl+shift+d" | |
] | |
}, | |
{ | |
"command": "newTab", | |
"keys": [ | |
"ctrl+t" | |
] | |
}, | |
{ | |
"command": "newTabProfile0", | |
"keys": [ | |
"ctrl+shift+1" | |
] | |
}, | |
{ | |
"command": "newTabProfile1", | |
"keys": [ | |
"ctrl+shift+2" | |
] | |
}, | |
{ | |
"command": "newTabProfile2", | |
"keys": [ | |
"ctrl+shift+3" | |
] | |
}, | |
{ | |
"command": "newTabProfile3", | |
"keys": [ | |
"ctrl+shift+4" | |
] | |
}, | |
{ | |
"command": "newTabProfile4", | |
"keys": [ | |
"ctrl+shift+5" | |
] | |
}, | |
{ | |
"command": "newTabProfile5", | |
"keys": [ | |
"ctrl+shift+6" | |
] | |
}, | |
{ | |
"command": "newTabProfile6", | |
"keys": [ | |
"ctrl+shift+7" | |
] | |
}, | |
{ | |
"command": "newTabProfile7", | |
"keys": [ | |
"ctrl+shift+8" | |
] | |
}, | |
{ | |
"command": "newTabProfile8", | |
"keys": [ | |
"ctrl+shift+9" | |
] | |
}, | |
{ | |
"command": "nextTab", | |
"keys": [ | |
"ctrl+tab" | |
] | |
}, | |
{ | |
"command": "openSettings", | |
"keys": [ | |
"ctrl+," | |
] | |
}, | |
{ | |
"command": "paste", | |
"keys": [ | |
"ctrl+shift+v" | |
] | |
}, | |
{ | |
"command": "prevTab", | |
"keys": [ | |
"ctrl+shift+tab" | |
] | |
}, | |
{ | |
"command": "scrollDown", | |
"keys": [ | |
"ctrl+shift+down" | |
] | |
}, | |
{ | |
"command": "scrollDownPage", | |
"keys": [ | |
"ctrl+shift+pgdn" | |
] | |
}, | |
{ | |
"command": "scrollUp", | |
"keys": [ | |
"ctrl+shift+up" | |
] | |
}, | |
{ | |
"command": "scrollUpPage", | |
"keys": [ | |
"ctrl+shift+pgup" | |
] | |
}, | |
{ | |
"command": "switchToTab0", | |
"keys": [ | |
"ctrl+alt+1" | |
] | |
}, | |
{ | |
"command": "switchToTab1", | |
"keys": [ | |
"ctrl+alt+2" | |
] | |
}, | |
{ | |
"command": "switchToTab2", | |
"keys": [ | |
"ctrl+alt+3" | |
] | |
}, | |
{ | |
"command": "switchToTab3", | |
"keys": [ | |
"ctrl+alt+4" | |
] | |
}, | |
{ | |
"command": "switchToTab4", | |
"keys": [ | |
"ctrl+alt+5" | |
] | |
}, | |
{ | |
"command": "switchToTab5", | |
"keys": [ | |
"ctrl+alt+6" | |
] | |
}, | |
{ | |
"command": "switchToTab6", | |
"keys": [ | |
"ctrl+alt+7" | |
] | |
}, | |
{ | |
"command": "switchToTab7", | |
"keys": [ | |
"ctrl+alt+8" | |
] | |
}, | |
{ | |
"command": "switchToTab8", | |
"keys": [ | |
"ctrl+alt+9" | |
] | |
}, | |
{ | |
"command": "find", | |
"keys": [ | |
"ctrl+f" | |
] | |
}, | |
{ | |
"command": "splitHorizontal", | |
"keys": [ | |
"ctrl+'" | |
] | |
}, | |
{ | |
"command": "splitVertical", | |
"keys": [ | |
"ctrl+5" | |
] | |
} | |
], | |
"requestedTheme": "system", | |
"showTabsInTitlebar": true, | |
"showTerminalTitleInTitlebar": false, | |
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502" | |
}, | |
"profiles": | |
{ | |
"defaults": | |
{ | |
// Put settings here that you want to apply to all profiles | |
}, | |
"list": | |
[ | |
{ | |
// Make changes here to the powershell.exe profile | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"background": "#282c34", | |
"cursorShape": "bar", | |
"fontFace": "Jetbrains Mono", | |
"historySize": 9001, | |
"startingDirectory": "C:\\Users\\Cyrus\\Desktop\\", | |
"colorScheme": "One Half Dark", | |
"commandline": "powershell.exe -ExecutionPolicy ByPass -NoExit -Command \"& 'C:\\profile.ps1'\"", | |
"hidden": false | |
}, | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44ba}", | |
"name": "Anaconda Powershell", | |
"fontFace": "Jetbrains Mono", | |
"commandline": "powershell.exe -ExecutionPolicy ByPass -NoExit -Command \"& 'C:\\ProgramData\\Anaconda3\\shell\\condabin\\conda-hook.ps1' ; conda activate 'C:\\ProgramData\\Anaconda3' \"", | |
"hidden": false, | |
"background": "#282c34", | |
"cursorShape": "bar", | |
"fontFace": "Jetbrains Mono", | |
"historySize": 9001, | |
"startingDirectory": "C:\\Users\\Cyrus\\Desktop\\", | |
"colorScheme": "One Half Dark", | |
"icon": "C:\\ProgramData\\Anaconda3\\Menu\\anaconda-navigator.ico" | |
}, | |
{ | |
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", | |
"hidden": false, | |
"name": "Debian", | |
"source": "Windows.Terminal.Wsl", | |
"background": "#282c34", | |
"cursorShape": "bar", | |
"fontFace": "Jetbrains Mono", | |
"historySize": 9001, | |
"startingDirectory": "C:\\Users\\Cyrus\\Desktop\\", | |
"colorScheme": "One Half Dark" | |
}, | |
{ | |
// Make changes here to the cmd.exe profile | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "cmd", | |
"background": "#282c34", | |
"cursorShape": "bar", | |
"fontFace": "Jetbrains Mono", | |
"historySize": 9001, | |
"startingDirectory": "C:\\Users\\Cyrus\\Desktop\\", | |
"colorScheme": "One Half Dark", | |
"commandline": "cmd.exe", | |
"hidden": false | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": true, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure", | |
"background": "#282c34", | |
"cursorShape": "bar", | |
"fontFace": "Jetbrains Mono", | |
"historySize": 9001, | |
"startingDirectory": "C:\\Users\\Cyrus\\Desktop\\", | |
"colorScheme": "One Half Dark" | |
} | |
] | |
}, | |
// Add custom color schemes to this array | |
"schemes": [], | |
// Add any keybinding overrides to this array. | |
// To unbind a default keybinding, set the command to "unbound" | |
"keybindings": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment