Add pdf occur follow mode spacemacs binding

Follow mode in the pdf-occur buffer is very handy, and deserves specific
Spacemacs keybinding (mainly for discoverability/documentation, as its name
`next-error-follow-minor-mode`, putting it mildly, is not very intuitive)
This commit is contained in:
Daniel Nicolai 2021-11-30 15:48:10 +01:00 committed by Maxi Wolff
parent 8b895fe290
commit 3883d1b195
2 changed files with 10 additions and 6 deletions

View File

@ -213,8 +213,9 @@ Note that you can use also typical Vim keys such as ~j~ and ~G~.
** Occur mode
| Key binding | Description |
|-------------+----------------|
| ~q~ | Quit |
| ~g~ | Refresh buffer |
| ~r~ | Refresh buffer |
| Key binding | Description |
|-------------+---------------------------------------------------|
| ~q~ | Quit |
| ~g~ | Refresh buffer |
| ~r~ | Refresh buffer |
| ~SPC m t f~ | Toggle follow mode (next-error-follow-minor-mode) |

View File

@ -132,7 +132,10 @@
"g" 'pdf-occur-revert-buffer-with-args
"r" 'pdf-occur-revert-buffer-with-args
"*" 'spacemacs/enter-ahs-forward
"?" 'evil-search-backward))))
"?" 'evil-search-backward)
(spacemacs/declare-prefix-for-mode 'pdf-occur-buffer-mode "mt" "toggles")
(spacemacs/set-leader-keys-for-major-mode 'pdf-occur-buffer-mode
"tf" 'next-error-follow-minor-mode))))
(defun pdf/init-pdf-view-restore ()
(use-package pdf-view-restore