Add keybinding to kill an org-noter session
This commit is contained in:
parent
ce50237782
commit
89d3d153ed
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue