1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-25 07:27:42 +02:00
This commit is contained in:
Maximiliano Sandoval 2018-01-26 23:15:00 -03:00 committed by James N
parent 8a95077120
commit 9bcfa21140

View File

@ -81,7 +81,7 @@
(kbd "gj") 'reftex-select-next-heading
(kbd "gk") 'reftex-select-previous-heading
(kbd "C-j") 'reftex-select-next-heading
(kbd "Ck") 'reftex-select-previous-heading
(kbd "C-k") 'reftex-select-previous-heading
"go" 'reftex-select-callback ;shows the point where the label is
"gr" (lambda nil "Press `?' during selection to find out
about this key" (interactive) (throw (quote myexit) 114)) ;reftex binds keys in a very arcane way using the number asigned by describe-char, in this case the value of "g" is 114