bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34080: 27.0.50, 26.1; undocumented key bindings for *vc-diff*


From: Van L
Subject: bug#34080: 27.0.50, 26.1; undocumented key bindings for *vc-diff*
Date: Mon, 21 Jan 2019 09:28:05 +1100

> (put 'diff-hunk-next :advertised-binding [tab])
> (put 'diff-hunk-prev :advertised-binding [(shift tab)])

The above, I've put in a patch for emacs-mac port, see below.

The development master as of now has

— quote

(easy-mmode-defmap diff-mode-shared-map
  '(("n" . diff-hunk-next)
    ("N" . diff-file-next)
    ("p" . diff-hunk-prev)
    ("P" . diff-file-prev)
    ("\t" . diff-hunk-next)
    ([backtab] . diff-hunk-prev)

— quote ends

Attachment: 0005-List-key-bindings-for-describe-mode.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]