Add Ctrl+T Thorg Shortcuts
CTRL+t is used as the entry point for primary Thorg commands. Think of CTRL+t as meaning Thorg for most commands you assign under it.
Pre-Req
Add CTRL+t Thorg Shortcuts
Add the following to your keybindings.json:
{
"key": "ctrl+t ctrl+t",
"command": "thorg.search.quick.all"
},
{
"key": "ctrl+t ctrl+h",
"command": "thorg.search.quick.visited-since.2-hours-ago"
},
{
"key": "ctrl+t ctrl+d",
"command": "thorg.search.quick.visited-since.today"
},
{
"key": "ctrl+t ctrl+y",
"command": "thorg.search.quick.visited-since.yesterday"
},
{
"key": "ctrl+t ctrl+w",
"command": "thorg.search.quick.visited-since.1-week-ago"
},
{
"key": "ctrl+t ctrl+m",
"command": "thorg.search.quick.visited-since.1-month-ago"
},
{
"key": "ctrl+t ctrl+e",
"command": "thorg.search.quick.visited-since.1-year-ago"
},
Description of Additions
The following are descriptions of the shortcuts added to keybindings.json above:
-
CTRL+t+CTRL+t:- Assigned to thorg.search.quick.all for quick search across all notes.
- To remember: Thorg, Thorg Main Command.
-
CTRL+t+CTRL+h:- Assigned to thorg.search.quick.visited-since.2-hours-ago.
- Through practice, limiting this shortcut to one hour has proven too restrictive, while 4 hours is too permissive. Logically, this shortcut could also be set to:
- To remember: Thorg, Hour.
- Assigned to thorg.search.quick.visited-since.2-hours-ago.
-
CTRL+t+CTRL+d:- Assigned to thorg.search.quick.visited-since.today
- To remember: Thorg, Day.
-
CTRL+t+CTRL+y:- Assigned to thorg.search.quick.visited-since.yesterday
- To remember: Thorg, Yesterday.
-
CTRL+t+CTRL+w:- Assigned to thorg.search.quick.visited-since.1-week-ago
- To remember: Thorg, Week.
-
CTRL+t+CTRL+m:- Assigned to thorg.search.quick.visited-since.1-month-ago
- To remember: Thorg, Month.
-
CTRL+t+CTRL+e:- Assigned to thorg.search.quick.visited-since.1-year-ago
- To remember: Thorg, (Second letter of y)Ear (we aren't using
ysince it's used for yesterday)
Q&A:
Why use visited-since and not updated-since for primary shortcuts?
Why Use Visited-Since and Not Updated-Since as Primary Shortcuts?
Visited Encompasses Modified for Most Cases
We choose visited-since commands over updated-since because if you perform modifications on a note, you'll likely stay in that note longer than your configured Min Visitation Time Threshold. Therefore, your visit will be recorded as a Visit Event for the modified note and will be picked up by visited-since commands.
Updated-Since Does Not Encompass Visited Notes
You could visit and stay at a note for a prolonged period without making modifications or updates. In such cases, the note will be fresh in your memory and likely related to the area you're currently working on. A note that has been read has a higher chance of being re-visited, and it's picked up by visited-since commands. However, such a note that has been read but not modified is out of reach of updated-since commands.
Also see
Children
Backlinks