|
| 1 | +// This file was initially generated by Windows Terminal Preview 1.2.2022.0 |
| 2 | +// To view the default settings, hold "alt" while clicking on the "Settings" button. |
| 3 | +// For documentation on these settings, see: https://aka.ms/terminal-documentation |
| 4 | +{ |
| 5 | + "$schema": "https://aka.ms/terminal-profiles-schema", |
| 6 | + |
| 7 | + "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", |
| 8 | + |
| 9 | + // To learn more about global settings, visit https://aka.ms/terminal-global-settings |
| 10 | + |
| 11 | + // If enabled, selections are automatically copied to your clipboard. |
| 12 | + "copyOnSelect": false, |
| 13 | + |
| 14 | + // If enabled, formatted data is also copied to your clipboard |
| 15 | + "copyFormatting": false, |
| 16 | + |
| 17 | + // https://devblogs.microsoft.com/commandline/windows-terminal-preview-1-3-release/#advanced-tab-switcher |
| 18 | + "useTabSwitcher": false, |
| 19 | + |
| 20 | + // A profile specifies a command to execute paired with information about how it should look and feel. |
| 21 | + // Each one of them will appear in the 'New Tab' dropdown, |
| 22 | + // and can be invoked from the commandline with `wt.exe -p xxx` |
| 23 | + // To learn more about profiles, visit https://aka.ms/terminal-profile-settings |
| 24 | + "profiles": |
| 25 | + { |
| 26 | + "defaults": |
| 27 | + { |
| 28 | + // Put settings here that you want to apply to all profiles. |
| 29 | + "fontSize": 12 |
| 30 | + }, |
| 31 | + "list": |
| 32 | + [ |
| 33 | + { |
| 34 | + "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", |
| 35 | + "hidden": false, |
| 36 | + "name": "PowerShell Core", |
| 37 | + "source": "Windows.Terminal.PowershellCore" |
| 38 | + }, |
| 39 | + { |
| 40 | + "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", |
| 41 | + "hidden": false, |
| 42 | + "name": "Ubuntu-18.04", |
| 43 | + "source": "Windows.Terminal.Wsl" |
| 44 | + }, |
| 45 | + { |
| 46 | + // Make changes here to the powershell.exe profile. |
| 47 | + "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", |
| 48 | + "name": "Windows PowerShell", |
| 49 | + "commandline": "powershell.exe", |
| 50 | + "hidden": false |
| 51 | + }, |
| 52 | + { |
| 53 | + // Make changes here to the cmd.exe profile. |
| 54 | + "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", |
| 55 | + "name": "Command Prompt", |
| 56 | + "commandline": "cmd.exe", |
| 57 | + "hidden": false |
| 58 | + }, |
| 59 | + { |
| 60 | + "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", |
| 61 | + "hidden": false, |
| 62 | + "name": "Azure Cloud Shell", |
| 63 | + "source": "Windows.Terminal.Azure" |
| 64 | + } |
| 65 | + ] |
| 66 | + }, |
| 67 | + |
| 68 | + // Add custom color schemes to this array. |
| 69 | + // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes |
| 70 | + "schemes": [], |
| 71 | + |
| 72 | + // Add custom keybindings to this array. |
| 73 | + // To unbind a key combination from your defaults.json, set the command to "unbound". |
| 74 | + // To learn more about keybindings, visit https://aka.ms/terminal-keybindings |
| 75 | + "keybindings": |
| 76 | + [ |
| 77 | + // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. |
| 78 | + // These two lines additionally bind them to Ctrl+C and Ctrl+V. |
| 79 | + // To learn more about selection, visit https://aka.ms/terminal-selection |
| 80 | + { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, |
| 81 | + { "command": "paste", "keys": "ctrl+v" }, |
| 82 | + |
| 83 | + // Press Ctrl+Shift+F to open the search box |
| 84 | + { "command": "find", "keys": "ctrl+shift+f" }, |
| 85 | + |
| 86 | + // Press Alt+Shift+D to open a new pane. |
| 87 | + // - "split": "auto" makes this pane open in the direction that provides the most surface area. |
| 88 | + // - "splitMode": "duplicate" makes the new pane use the focused pane's profile. |
| 89 | + // To learn more about panes, visit https://aka.ms/terminal-panes |
| 90 | + { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }, |
| 91 | + |
| 92 | + // bindings added by ehtesh |
| 93 | + { "command": "nextTab", "keys": [ "ctrl+pgdn" ] }, |
| 94 | + { "command": "prevTab", "keys": [ "ctrl+pgup" ] }, |
| 95 | + { "command": "commandPalette", "keys": "ctrl+shift+p" } |
| 96 | + ] |
| 97 | +} |
| 98 | +, |
0 commit comments