diff options
| -rw-r--r-- | modes/reftex/evil-collection-reftex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/reftex/evil-collection-reftex.el b/modes/reftex/evil-collection-reftex.el index 4f1b0ea..00fe826 100644 --- a/modes/reftex/evil-collection-reftex.el +++ b/modes/reftex/evil-collection-reftex.el @@ -162,7 +162,7 @@ "zi" 'reftex-toc-display-index "x" 'reftex-toc-external "." 'reftex-toc-show-calling-point - "gs" 'reftex-toc-jump + "J" 'reftex-toc-jump (kbd "[[") 'reftex-toc-previous-heading (kbd "]]") 'reftex-toc-next-heading (kbd ">") 'reftex-toc-promote |
