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

@@ -41,7 +41,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md", "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@@ -114,7 +114,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md", "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -139,7 +139,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md" "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md"
} }
} }
}, },
@@ -192,6 +192,7 @@
}, },
"active": "a4bd0e4c3fda45c7", "active": "a4bd0e4c3fda45c7",
"lastOpenFiles": [ "lastOpenFiles": [
"05. 資料收集/Tool Setup/Software/Windows Terminal.md",
"05. 資料收集/Tool Setup/Software/Windows 11 Setup.md", "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md",
"05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md", "05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md",
"01. 個人/00. Informations/Datas.md", "01. 個人/00. Informations/Datas.md",
@@ -218,7 +219,6 @@
"01. 個人/01. Daily/2020/05/2020-05-10(週日).md", "01. 個人/01. Daily/2020/05/2020-05-10(週日).md",
"01. 個人/01. Daily/2020/05/2020-05-11(週一).md", "01. 個人/01. Daily/2020/05/2020-05-11(週一).md",
"01. 個人/01. Daily/2023-05-03(週三).md", "01. 個人/01. Daily/2023-05-03(週三).md",
"00. Inbox/Gitzo 腳架編號規則.md",
"attachments/Pasted image 20230504183452.png", "attachments/Pasted image 20230504183452.png",
"attachments/Pasted image 20230504183439.png", "attachments/Pasted image 20230504183439.png",
"00. Inbox/想要的鏡頭/變焦", "00. Inbox/想要的鏡頭/變焦",

View File

@@ -32,6 +32,14 @@ unset THEME
"$schema": "https://aka.ms/terminal-profiles-schema", "$schema": "https://aka.ms/terminal-profiles-schema",
"actions": "actions":
[ [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{ {
"command": "command":
{ {
@@ -55,14 +63,6 @@ unset THEME
}, },
"keys": "ctrl+shift+e" "keys": "ctrl+shift+e"
}, },
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{ {
"command": "command":
{ {
@@ -105,11 +105,10 @@ unset THEME
], ],
"copyFormatting": "none", "copyFormatting": "none",
"copyOnSelect": false, "copyOnSelect": false,
// Start position
"initialCols": 234,
"initialRows": 30,
"initialPosition": "16,950", // x,y
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}", "defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"initialCols": 234,
"initialPosition": "16,950",
"initialRows": 30,
"profiles": "profiles":
{ {
"defaults": {}, "defaults": {},
@@ -155,6 +154,24 @@ unset THEME
"icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico", "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
"name": "Bash", "name": "Bash",
"startingDirectory": "C:\\Users\\awinh\\OneDrive\\codes" "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"
} }
] ]
}, },