Updated: Monday, August 28,2023-08-28 23:28:26

main
shwetha729 2023-08-28 23:28:31 -04:00
parent b5de2fee42
commit d7e3c66c33
2 changed files with 51 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"margin": "0", "margin": "0",
"downscalePercent": 100 "downscalePercent": 100
}, },
"readableLineLength": false, "readableLineLength": true,
"strictLineBreaks": true, "strictLineBreaks": true,
"attachmentFolderPath": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles" "attachmentFolderPath": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles",
"vimMode": true
} }

View File

@ -30,5 +30,53 @@
], ],
"key": "L" "key": "L"
} }
],
"file-explorer:open": [
{
"modifiers": [
"Alt"
],
"key": "F"
}
],
"editor:focus-top": [
{
"modifiers": [
"Alt"
],
"key": "ArrowUp"
}
],
"editor:focus-bottom": [
{
"modifiers": [
"Alt"
],
"key": "ArrowDown"
}
],
"editor:fold-all": [
{
"modifiers": [
"Ctrl"
],
"key": "."
}
],
"editor:fold-less": [
{
"modifiers": [
"Ctrl"
],
"key": ","
}
],
"editor:fold-more": [
{
"modifiers": [
"Ctrl"
],
"key": "/"
}
] ]
} }