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 /lisp/ss-keys.el | |
| parent | 5782dd22f6a8f7bc6f37526ecd6875516da30bec (diff) | |
Add back and forward note navigation
Diffstat (limited to 'lisp/ss-keys.el')
| -rw-r--r-- | lisp/ss-keys.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ss-keys.el b/lisp/ss-keys.el index c83c1e5..4816eea 100644 --- a/lisp/ss-keys.el +++ b/lisp/ss-keys.el @@ -16,6 +16,10 @@ (when (ss-feature-enabled-p 'capture) (global-set-key (kbd "C-c c") #'org-capture)) + (when (ss-feature-enabled-p 'org) + (global-set-key (kbd "C-c b") #'ss-jump-back) + (global-set-key (kbd "C-c f") #'ss-jump-forward)) + (when (and (ss-feature-enabled-p 'denote) (fboundp 'denote-open-or-create) (fboundp 'denote-link)) |
