Hi Uwe,

Let me know if the attached package does the trick.  Sample config:

(use-package tex-item
  :bind
  (:map LaTeX-mode-map
        ("M-g M-i n" . tex-item-forward)
        ("M-g M-i p" . tex-item-backward))
  :config
  (defvar-keymap tex-item-map
    :repeat t
    "n" 'tex-item-forward
    "p" 'tex-item-backward))

Paul

Attachment: tex-item.el
Description: Binary data

Reply via email to