Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Jaskaranbir
Last active June 22, 2020 04:40
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 Jaskaranbir/b6aaa1c129837d700d692b746ab6e0f0 to your computer and use it in GitHub Desktop.
Save Jaskaranbir/b6aaa1c129837d700d692b746ab6e0f0 to your computer and use it in GitHub Desktop.
My preferences for Microsoft Terminal (https://github.com/microsoft/terminal)
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"copyOnSelect": false,
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 120,
"initialRows": 30,
"keybindings": [
{
"keys": ["ctrl+shift+\\"],
"command": {"action": "splitPane", "split": "horizontal"}
},
{
"keys": ["ctrl+\\"],
"command": {"action": "splitPane", "split": "vertical"}
},
{"keys": ["ctrl+t"], "command": "newTab"},
{"keys": ["ctrl+shift+d"], "command": "duplicateTab"},
{"keys": ["ctrl+w"], "command": "closePane"},
{"keys": ["ctrl+tab"], "command": "nextTab"},
{"keys": ["ctrl+shift+tab"], "command": "prevTab"},
{"keys": ["ctrl+shift+c"], "command": "copy"},
{"keys": ["ctrl+shift+v"], "command": "paste"},
{"keys": ["ctrl+shift+1"], "command": "newTabProfile0"},
{"keys": ["ctrl+shift+2"], "command": "newTabProfile1"},
{"keys": ["ctrl+shift+3"], "command": "newTabProfile2"},
{"keys": ["ctrl+shift+4"], "command": "newTabProfile3"},
{"keys": ["ctrl+shift+5"], "command": "newTabProfile4"},
{"keys": ["ctrl+shift+6"], "command": "newTabProfile5"},
{"keys": ["ctrl+shift+7"], "command": "newTabProfile6"},
{"keys": ["ctrl+shift+8"], "command": "newTabProfile7"},
{"keys": ["ctrl+shift+9"], "command": "newTabProfile8"},
{"keys": ["ctrl+shift+space"], "command": "openNewTabDropdown"},
{"keys": ["ctrl+,"], "command": "openSettings"},
{"keys": ["ctrl+shift+down"], "command": "scrollDown"},
{"keys": ["ctrl+shift+up"], "command": "scrollUp"},
{"keys": ["ctrl+shift+pgdn"], "command": "scrollDownPage"},
{"keys": ["ctrl+shift+pgup"], "command": "scrollUpPage"},
{"keys": ["ctrl+alt+1"], "command": "switchToTab0"},
{"keys": ["ctrl+alt+2"], "command": "switchToTab1"},
{"keys": ["ctrl+alt+3"], "command": "switchToTab2"},
{"keys": ["ctrl+alt+4"], "command": "switchToTab3"},
{"keys": ["ctrl+alt+5"], "command": "switchToTab4"},
{"keys": ["ctrl+alt+6"], "command": "switchToTab5"},
{"keys": ["ctrl+alt+7"], "command": "switchToTab6"},
{"keys": ["ctrl+alt+8"], "command": "switchToTab7"},
{"keys": ["ctrl+alt+9"], "command": "switchToTab8"},
{"command": "find", "keys": "ctrl+f"}
],
"requestedTheme": "system",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502",
"profiles": [
{
"acrylicOpacity": 0.5,
"background": "#000000",
"closeOnExit": true,
"colorScheme": "Monokai",
"commandline": "Ubuntu",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "FiraMono NF",
"fontSize": 12,
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"historySize": 100000,
"icon": "C:/Users/Jaskaranbir Dhillon/.terminal/ubuntu_icon.png",
"name": "Ubuntu",
"padding": "5px, 5px, 5px, 5px",
"snapOnInput": true,
"startingDirectory": "~/",
"useAcrylic": false,
"source": "Windows.Terminal.Wsl"
},
{
"acrylicOpacity": 0.5,
"background": "#000000",
"closeOnExit": true,
"colorScheme": "Monokai",
"commandline": "powershell.exe",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Fira Code",
"fontSize": 11,
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"name": "Windows PowerShell",
"padding": "5px, 0, 0, 0",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%/code",
"useAcrylic": false
},
{
"acrylicOpacity": 0.75,
"closeOnExit": true,
"colorScheme": "Monokai",
"commandline": "cmd.exe",
"hidden": true,
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Fira Code",
"fontSize": 11,
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"name": "cmd",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": true
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"hidden": true
}
],
"schemes": [
{
"name": "Monokai",
"background": "#000000",
"foreground": "#FFFFFF",
"black": "#000000",
"blue": "#268BD2",
"brightBlack": "#49483E",
"brightBlue": "#80CEFF",
"brightCyan": "#2AA198",
"brightGreen": "#A6E22E",
"brightPurple": "#6C71C4",
"brightRed": "#FF7071",
"brightWhite": "#FFFFFF",
"brightYellow": "#E7C38F",
"cyan": "#2AA198",
"green": "#A6E22E",
"purple": "#AE81FF",
"red": "#F92672",
"white": "#FFFFFF",
"yellow": "#FFAB4A"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment