vault backup: 2023-05-30 20:37:07

This commit is contained in:
2023-05-30 20:37:08 +08:00
parent 4ba0951495
commit 9d5a9a309c
2 changed files with 33 additions and 16 deletions

View File

@@ -32,6 +32,14 @@ unset THEME
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
@@ -55,14 +63,6 @@ unset THEME
},
"keys": "ctrl+shift+e"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
@@ -105,11 +105,10 @@ unset THEME
],
"copyFormatting": "none",
"copyOnSelect": false,
// Start position
"initialCols": 234,
"initialRows": 30,
"initialPosition": "16,950", // x,y
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"initialCols": 234,
"initialPosition": "16,950",
"initialRows": 30,
"profiles":
{
"defaults": {},
@@ -155,6 +154,24 @@ unset THEME
"icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
"name": "Bash",
"startingDirectory": "C:\\Users\\awinh\\OneDrive\\codes"
},
{
"guid": "{cb5c3884-260a-5acf-98ef-b546d271b4dd}",
"hidden": false,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{e6386983-3aa0-5a19-a174-f3c66538b7bd}",
"hidden": false,
"name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}",
"hidden": true,
"name": "Visual Studio Debug Console",
"source": "VSDebugConsole"
}
]
},