diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-10 12:51:45 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-10 12:51:45 +1000 |
| commit | 2d8d20c50d60644c0d1de2021893bce3b04da76a (patch) | |
| tree | 0e40cd71930134015f8db257421de93e8018f5ff /README.md | |
| parent | 5782dd22f6a8f7bc6f37526ecd6875516da30bec (diff) | |
Add back and forward note navigation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -174,14 +174,22 @@ The configured capture templates cover: The people CRM remains outside `org-capture`: `M-x ss-crm-add` writes directly to `~/org/areas/people/people.org`. +Navigation history adds a small browser-style back and forward layer on top of +mark-based movement. It records significant note jumps from the custom journal +and MOC commands, CRM find/open commands, `org-open-at-point`, common agenda +jumps, and `denote-open-or-create`, while ignoring ordinary cursor motion and +same-location no-ops. + ## Keybindings The main bindings are: - `C-c a` for the agenda +- `C-c b` to move back through recorded note and mark navigation history - `c` inside the agenda dispatcher to show the custom `Clarify items` view for `CLARIFY` tasks - `C-c c` for capture +- `C-c f` to move forward again after using navigation back - `C-c n n` to open or create a Denote note - `C-c n l` to insert a Denote link - `C-c n j` to open the full `~/org/journal.org` buffer |
