Add keybindings for toggling children in pdf-outline-mode

This commit is contained in:
MaxSt 2020-01-05 14:45:21 +01:00 committed by Pierre Neidhardt
parent 21d7553ab0
commit 41f894c504
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@
"zf" 'pdf-outline-follow-mode ; Helm has "C-c C-f" in Emacs state.
(kbd "<tab>") 'outline-toggle-children
(kbd "<backtab>") 'pdf-outline-toggle-subtree
;; quit
(kbd "C-w q") 'pdf-outline-quit-and-kill ; TODO: Do we need to set this? I think not.
"q" 'quit-window