Skip to content

duianto/evil-ediff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

evil-ediff

Make ediff a little evil. This configures ediff to be a little more friendly users of vim-like keybindings. Consult the help buffer (?) for more info.

Here’s a table describing the bindings

CommandOriginal BindingEvil-ediff
ediff-jump-to-differencejd
ediff-previous-differencep,DELC-k,N,p,DEL
ediff-next-differencen,SPCC-j,n,SPC
jump to first difference1jgg (or 1d)
jump to last differenceN/AG
scroll down 1 lineC-u 1 vj
scroll up 1 lineC-u 1 Vk
scroll down half pagev,C-vC-d,v,C-v
scroll up half pageV,M-vC-u,V,M-v
ediff-suspendzC-z
scroll left>zh
scroll right<zl
copy A region to B’s regionaa,=l=
copy B region to A’s regionbb,=h=
toggle highlightinghH

About

Make ediff a little more evil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%