evil-collection/modes/ediff
James Nguyen d461f459f4 Change package-requires to 26.3
25 was already deprecated a year ago:

https://github.com/emacs-evil/evil-collection/pull/508/files
2022-06-06 20:53:16 -04:00
..
README.org ediff: Add a README 2019-10-09 19:41:45 -07:00
evil-collection-ediff.el Change package-requires to 26.3 2022-06-06 20:53:16 -04:00

README.org

ediff

The table below shows the binding changes that are made to ediff-mode.

Command Original Binding evil-collection-ediff
ediff-next-difference n, SPC j, n, SPC
ediff-previous-difference p, DEL k, N, p, DEL
ediff-jump-to-difference j d
jump to first difference 1j gg, 1d
jump to last difference N/A G
copy region A to region B a a, l
copy region B to region A b b, h
scroll down 1 line C-u 1 v C-e
scroll up 1 line C-u 1 V C-y
scroll down half page v, C-v C-d, v, C-v
scroll up half page V, M-v C-u, V, M-v
scroll left > zh
scroll right < zl
toggle highlighting h H
ediff-suspend z C-z