From 73039f9790c9bcbfbe4696e206f489e9c7c45c6f Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 1 Oct 2022 00:53:55 +0200 Subject: [PATCH] Add keybinding to insert a heading in org-noter --- +keybindings.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/+keybindings.el b/+keybindings.el index 2891d5c..0c9318b 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -11,3 +11,7 @@ (map! :leader :n "o e" #'=rss) ;; Map wallabag to global keybinding (map! :leader :n "o w" #'=wallabag) +;; Keybindings for org-noter +(map! :mode pdf-view-mode + :n "i" #'org-noter-insert-note + :desc "Insert note with a subheading")