diff --git a/+keybindings.el b/+keybindings.el index 0c9318b..f149d74 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -15,3 +15,6 @@ (map! :mode pdf-view-mode :n "i" #'org-noter-insert-note :desc "Insert note with a subheading") +(map! :mode pdf-view-mode + :n "x" #'org-noter-kill-session + :desc "Kill the current org-noter session")