Skip to content

Instantly share code, notes, and snippets.

@anshumanb
Last active May 20, 2022 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anshumanb/f2021ebe2db0d99922dae6884aaa106e to your computer and use it in GitHub Desktop.
Save anshumanb/f2021ebe2db0d99922dae6884aaa106e to your computer and use it in GitHub Desktop.
My Windows Terminal config
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "quakeMode"
},
"keys": "alt+`"
},
{
"command": "closePane",
"keys": "alt+q"
},
{
"command": {
"action": "moveFocus",
"direction": "left"
},
"keys": "alt+h"
},
{
"command": {
"action": "moveFocus",
"direction": "up"
},
"keys": "alt+k"
},
{
"command": {
"action": "moveFocus",
"direction": "down"
},
"keys": "alt+j"
},
{
"command": {
"action": "moveFocus",
"direction": "right"
},
"keys": "alt+l"
},
{
"command": {
"action": "prevTab"
},
"keys": "alt+shift+j"
},
{
"command": {
"action": "nextTab"
},
"keys": "alt+shift+k"
},
{
"command": "togglePaneZoom",
"keys": "alt+space"
},
{
"command": "openNewTabDropdown",
"keys": "alt+n"
},
{
"command": "toggleFocusMode",
"keys": "alt+m"
},
{
"command": {
"action": "openSettings",
"target": "settingsUI"
},
"keys": "alt+,"
},
{
"command": {
"action": "openSettings",
"target": "settingsFile"
},
"keys": "alt+shift+,"
},
{
"command": {
"action": "splitPane",
"profile": "Windows PowerShell",
"split": "auto"
},
"keys": "alt+p"
},
{
"command": {
"action": "newTab",
"profile": "Windows PowerShell"
},
"keys": "alt+shift+p"
},
{
"command": {
"action": "splitPane",
"split": "auto"
},
"keys": "alt+]"
},
{
"command": {
"action": "newTab"
},
"keys": "alt+shift+]"
},
{
"command": {
"action": "splitPane",
"split": "horizontal",
"splitMode": "duplicate"
},
"keys": "alt+enter"
},
{
"command": {
"action": "splitPane",
"split": "vertical",
"splitMode": "duplicate"
},
"keys": "alt+shift+enter"
},
{
"command": {
"action": "commandPalette"
},
"keys": "ctrl+p"
},
{
"command": {
"action": "newWindow",
"profile": "Elevated"
},
"keys": "alt+shift+["
},
{
"command": {
"action": "splitPane",
"profile": "Windows PowerShell (alternate)",
"split": "auto"
},
"keys": "alt+["
}
],
"alwaysShowTabs": false,
"confirmCloseAllTabs": false,
"copyOnSelect": false,
"defaultProfile": "{d15b228a-05d7-50d1-8472-f60aaba86efc}",
"focusFollowMouse": true,
"launchMode": "maximizedFocus",
"profiles": {
"defaults": {
"cursorShape": "filledBox",
"fontFace": "Cascadia Mono",
"fontSize": 10
},
"list": [
{
"colorScheme": "Solarized Dark",
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe",
"guid": "{d15b228a-05d7-50d1-8472-f60aaba86efc}",
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"startingDirectory": "%USERPROFILE%"
},
{
"colorScheme": "Campbell Powershell",
"commandline": "powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"startingDirectory": "C:\\MainStack"
},
{
"colorScheme": "Tango Dark",
"commandline": "powershell.exe",
"name": "Windows PowerShell (alternate)",
"startingDirectory": "C:\\MainStack"
},
{
"commandline": "powershell.exe",
"hidden": true,
"name": "Elevated PowerShell",
"startingDirectory": "C:\\MainStack"
},
{
"colorScheme": "One Half Dark",
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -Command Start-Process -Verb RunAs wt \"-p'Elevated PowerShell'\"",
"name": "Elevated"
},
{
"commandline": "cmd.exe",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"showTabsInTitlebar": false,
"theme": "dark",
"windowingBehavior": "useNew"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment