thevipershowita

WindowsTerminal

Dec 19th, 2020
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.75 KB | None | 0 0
  1. // This file was initially generated by Windows Terminal 1.0.1401.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": true,
  18.  
  19.     // If enabled, formatted data is also copied to your clipboard
  20.     "copyFormatting": true,
  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.             // Put settings here that you want to apply to all profiles.
  31.         },
  32.         "list":
  33.         [
  34.             {
  35.                 // Make changes here to the powershell.exe profile.
  36.                 "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  37.                 "name": "Windows PowerShell",
  38.                 "commandline": "powershell.exe",
  39.                 "hidden": false
  40.             },
  41.             {
  42.                 // Make changes here to the cmd.exe profile.
  43.                 "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  44.                 "name": "Prompt dei comandi",
  45.                 "commandline": "cmd.exe",
  46.                 "hidden": false
  47.             },
  48.             {
  49.                 "guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
  50.                 "hidden": false,
  51.                 "name": "kali-linux",
  52.                 "source": "Windows.Terminal.Wsl"
  53.             },
  54.             {
  55.                 "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  56.                 "hidden": true,
  57.                 "name": "Azure Cloud Shell",
  58.                 "source": "Windows.Terminal.Azure"
  59.             }
  60.         ]
  61.     },
  62.  
  63.     // Add custom color schemes to this array.
  64.     // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
  65.     "schemes": [],
  66.  
  67.     // Add custom keybindings to this array.
  68.     // To unbind a key combination from your defaults.json, set the command to "unbound".
  69.     // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
  70.     "keybindings":
  71.     [
  72.         // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
  73.         // These two lines additionally bind them to Ctrl+C and Ctrl+V.
  74.         // To learn more about selection, visit https://aka.ms/terminal-selection
  75.         { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
  76.         { "command": "paste", "keys": "ctrl+v" },
  77.  
  78.         // Press Ctrl+Shift+F to open the search box
  79.         { "command": "find", "keys": "ctrl+shift+f" },
  80.  
  81.         // Press Alt+Shift+D to open a new pane.
  82.         // - "split": "auto" makes this pane open in the direction that provides the most surface area.
  83.         // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
  84.         // To learn more about panes, visit https://aka.ms/terminal-panes
  85.         { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
  86.     ]
  87. }
  88.  
Add Comment
Please, Sign In to add comment