From 89d3d153ed99be4199ae0bfec703ed78f5fe2702 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 10 Oct 2022 11:55:10 +0200 Subject: [PATCH] Add keybinding to kill an org-noter session --- +keybindings.el | 3 +++ 1 file changed, 3 insertions(+) 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")