giovani-rubim

Windows Terminal Settings

Dec 16th, 2020 (edited)
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.60 KB | None | 0 0
  1. // This file was initially generated by Windows Terminal 1.4.3243.0
  2. // It should still be usable in newer versions, but newer versions might have additional
  3. // settings, help text, or changes that you will not see unless you clear this file
  4. // and let us generate a new one for you.
  5.  
  6. // To view the default settings, hold "alt" while clicking on the "Settings" button.
  7. // For documentation on these settings, see: https://aka.ms/terminal-documentation
  8. {
  9.     "$schema": "https://aka.ms/terminal-profiles-schema",
  10.  
  11.     "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  12.  
  13.     // You can add more global application settings here.
  14.     // To learn more about global settings, visit https://aka.ms/terminal-global-settings
  15.  
  16.     // If enabled, selections are automatically copied to your clipboard.
  17.     "copyOnSelect": false,
  18.  
  19.     // If enabled, formatted data is also copied to your clipboard
  20.     "copyFormatting": false,
  21.  
  22.     // A profile specifies a command to execute paired with information about how it should look and feel.
  23.     // Each one of them will appear in the 'New Tab' dropdown,
  24.     //   and can be invoked from the commandline with `wt.exe -p xxx`
  25.     // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
  26.     "profiles":
  27.     {
  28.         "defaults":
  29.         {
  30.             "fontSize": 9,
  31.             "useAcrylic": true,
  32.             "acrylicOpacity": 0.8,
  33.             "fontFace": "MesloLGS NF"
  34.             // Put settings here that you want to apply to all profiles.
  35.         },
  36.         "list":
  37.         [
  38.             {
  39.                 // Make changes here to the powershell.exe profile.
  40.                 "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  41.                 "name": "PowerShell",
  42.                 "commandline": "powershell.exe",
  43.                 "hidden": false
  44.             },
  45.             {
  46.                 // Make changes here to the cmd.exe profile.
  47.                 "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  48.                 "name": "Cmd",
  49.                 "commandline": "cmd.exe",
  50.                 "hidden": false
  51.             },
  52.             {
  53.                 "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  54.                 "hidden": true,
  55.                 "name": "Azure Cloud Shell",
  56.                 "source": "Windows.Terminal.Azure"
  57.             },
  58.             {
  59.                 "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
  60.                 "hidden": false,
  61.                 "name": "Ubuntu 20.04",
  62.                 "source": "Windows.Terminal.Wsl"
  63.             }
  64.         ]
  65.     },
  66.  
  67.     // Add custom color schemes to this array.
  68.     // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
  69.     "schemes": [],
  70.  
  71.     // Add custom actions and keybindings to this array.
  72.     // To unbind a key combination from your defaults.json, set the command to "unbound".
  73.     // To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings
  74.     "actions":
  75.     [
  76.  
  77.         // Tabs
  78.         { "command": "newTab", "keys": "ctrl+t" },
  79.         { "command": "closeTab", "keys": "ctrl+w" },
  80.         { "command": "nextTab", "keys": "ctrl+pagedown" },
  81.         { "command": "prevTab", "keys": "ctrl+pageup" },
  82.  
  83.         // Panes
  84.         { "command": "closePane", "keys": "alt+w" },
  85.         { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "ctrl+d" },
  86.         { "command": { "action": "moveFocus", "direction": "down" }, "keys": "alt+down" },
  87.         { "command": { "action": "moveFocus", "direction": "left" }, "keys": "alt+left" },
  88.         { "command": { "action": "moveFocus", "direction": "right" }, "keys": "alt+right" },
  89.         { "command": { "action": "moveFocus", "direction": "up" }, "keys": "alt+up" },
  90.         { "command": { "action": "resizePane", "direction": "down" }, "keys": "shift+down" },
  91.         { "command": { "action": "resizePane", "direction": "left" }, "keys": "shift+left" },
  92.         { "command": { "action": "resizePane", "direction": "right" }, "keys": "shift+right" },
  93.         { "command": { "action": "resizePane", "direction": "up" }, "keys": "shift+up" }
  94.  
  95.     ]
  96. }
Add Comment
Please, Sign In to add comment