Last active
March 11, 2026 21:48
-
-
Save arthurfiorette/418223defaa748cf82800ddfd76d6334 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
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "resizePane", | |
| "direction": "left" | |
| }, | |
| "id": "User.resizePane.2A0DA8E0" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "moveFocus", | |
| "direction": "down" | |
| }, | |
| "id": "User.moveFocus.F747588A" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "right" | |
| }, | |
| "id": "User.splitPane.864CD510" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "moveFocus", | |
| "direction": "up" | |
| }, | |
| "id": "User.moveFocus.6CD791B" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "down" | |
| }, | |
| "id": "User.splitPane.D5151347" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "resizePane", | |
| "direction": "up" | |
| }, | |
| "id": "User.resizePane.6CD791B" | |
| }, | |
| { | |
| "command": "paste", | |
| "id": "User.paste" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 3 | |
| }, | |
| "id": "User.switchToTab.6CD791B" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "resizePane", | |
| "direction": "down" | |
| }, | |
| "id": "User.resizePane.F747588A" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "moveFocus", | |
| "direction": "left" | |
| }, | |
| "id": "User.moveFocus.2A0DA8E0" | |
| }, | |
| { | |
| "command": "duplicateTab", | |
| "id": "User.duplicateTab" | |
| }, | |
| { | |
| "command": "find", | |
| "id": "User.find" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollUp" | |
| }, | |
| "id": "User.scrollUp.0" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "resizePane", | |
| "direction": "right" | |
| }, | |
| "id": "User.resizePane.87C324ED" | |
| }, | |
| { | |
| "command": "closePane", | |
| "id": "User.closePane" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 1 | |
| }, | |
| "id": "User.switchToTab.2A0DA8E0" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 0 | |
| }, | |
| "id": "User.switchToTab.D3F0B923" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "moveFocus", | |
| "direction": "right" | |
| }, | |
| "id": "User.moveFocus.87C324ED" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 2 | |
| }, | |
| "id": "User.switchToTab.87C324ED" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 4 | |
| }, | |
| "id": "User.switchToTab.F747588A" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollDown" | |
| }, | |
| "id": "User.scrollDown.0" | |
| }, | |
| { | |
| "command": "scrollDownPage", | |
| "id": "User.scrollDownPage" | |
| }, | |
| { | |
| "command": "scrollUpPage", | |
| "id": "User.scrollUpPage" | |
| } | |
| ], | |
| "alwaysOnTop": false, | |
| "copyFormatting": "none", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{51855cb2-8cce-5362-8f54-464b92b32386}", | |
| "focusFollowMouse": true, | |
| "keybindings": | |
| [ | |
| { | |
| "id": "User.moveFocus.F747588A", | |
| "keys": "alt+s" | |
| }, | |
| { | |
| "id": "User.paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "id": "User.moveFocus.2A0DA8E0", | |
| "keys": "alt+a" | |
| }, | |
| { | |
| "id": "User.duplicateTab", | |
| "keys": "alt+`" | |
| }, | |
| { | |
| "id": "User.resizePane.6CD791B", | |
| "keys": "alt+shift+w" | |
| }, | |
| { | |
| "id": "User.splitPane.864CD510", | |
| "keys": "ctrl+alt+d" | |
| }, | |
| { | |
| "id": "User.copy.644BA8F2", | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "id": "User.moveFocus.6CD791B", | |
| "keys": "alt+w" | |
| }, | |
| { | |
| "id": "User.switchToTab.6CD791B", | |
| "keys": "alt+4" | |
| }, | |
| { | |
| "id": "User.find", | |
| "keys": "ctrl+f" | |
| }, | |
| { | |
| "id": "User.resizePane.2A0DA8E0", | |
| "keys": "alt+shift+a" | |
| }, | |
| { | |
| "id": "User.resizePane.87C324ED", | |
| "keys": "alt+shift+d" | |
| }, | |
| { | |
| "id": "User.closePane", | |
| "keys": "alt+backspace" | |
| }, | |
| { | |
| "id": "User.moveFocus.87C324ED", | |
| "keys": "alt+d" | |
| }, | |
| { | |
| "id": "User.splitPane.D5151347", | |
| "keys": "ctrl+alt+s" | |
| }, | |
| { | |
| "id": "User.resizePane.F747588A", | |
| "keys": "alt+shift+s" | |
| }, | |
| { | |
| "id": "User.switchToTab.D3F0B923", | |
| "keys": "alt+1" | |
| }, | |
| { | |
| "id": "User.switchToTab.2A0DA8E0", | |
| "keys": "alt+2" | |
| }, | |
| { | |
| "id": "User.switchToTab.87C324ED", | |
| "keys": "alt+3" | |
| }, | |
| { | |
| "id": "User.switchToTab.F747588A", | |
| "keys": "alt+5" | |
| }, | |
| { | |
| "id": "User.scrollDown.0", | |
| "keys": "alt+q" | |
| }, | |
| { | |
| "id": "User.scrollUp.0", | |
| "keys": "alt+e" | |
| }, | |
| { | |
| "id": "User.scrollDownPage", | |
| "keys": "alt+shift+q" | |
| }, | |
| { | |
| "id": "User.scrollUpPage", | |
| "keys": "alt+shift+e" | |
| } | |
| ], | |
| "newTabMenu": | |
| [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "adjustIndistinguishableColors": "indexed", | |
| "backgroundImage": null, | |
| "backgroundImageOpacity": 0.7, | |
| "colorScheme": "Gruvbox Dark", | |
| "cursorShape": "bar", | |
| "elevate": false, | |
| "experimental.retroTerminalEffect": false, | |
| "font": | |
| { | |
| "face": "FiraCode Nerd Font", | |
| "weight": "normal" | |
| }, | |
| "intenseTextStyle": "bright", | |
| "opacity": 50, | |
| "scrollbarState": "hidden", | |
| "useAcrylic": true | |
| }, | |
| "list": | |
| [ | |
| { | |
| "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": false, | |
| "name": "Windows PowerShell" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\cmd.exe", | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "hidden": false, | |
| "name": "Prompt de comando" | |
| }, | |
| { | |
| "antialiasingMode": "cleartype", | |
| "bellStyle": "audible", | |
| "cursorShape": "bar", | |
| "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", | |
| "hidden": false, | |
| "name": "Ubuntu", | |
| "pathTranslationStyle": "wsl", | |
| "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc", | |
| "startingDirectory": "~" | |
| }, | |
| { | |
| "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
| "hidden": false, | |
| "name": "Git Bash", | |
| "source": "Git" | |
| } | |
| ] | |
| }, | |
| "schemes": | |
| [ | |
| { | |
| "background": "#000000", | |
| "black": "#282828", | |
| "blue": "#458588", | |
| "brightBlack": "#928374", | |
| "brightBlue": "#83A598", | |
| "brightCyan": "#8EC07C", | |
| "brightGreen": "#B8BB26", | |
| "brightPurple": "#D3869B", | |
| "brightRed": "#FB4934", | |
| "brightWhite": "#EBDBB2", | |
| "brightYellow": "#FABD2F", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#689D6A", | |
| "foreground": "#EBDBB2", | |
| "green": "#98971A", | |
| "name": "Gruvbox Dark", | |
| "purple": "#B16286", | |
| "red": "#CC241D", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#A89984", | |
| "yellow": "#D79921" | |
| } | |
| ], | |
| "showTerminalTitleInTitlebar": false, | |
| "tabSwitcherMode": "inOrder", | |
| "tabWidthMode": "equal", | |
| "themes": [], | |
| "useAcrylicInTabRow": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment