coldnew / linum-relative

display relative line number in the left margin in emacs
169 stars 20 forks source link

Interaction of helm with linum-relative #31

Closed coldnew closed 8 years ago

coldnew commented 8 years ago

Once the mode enabled with (helm-linum-relative-mode 1) you will see the relative candidates numbers in your helm buffers, you can jump to the nine numbered candidates before or after current selection (the line highlighted in your helm buffer) by using C-x for the ones before selection and C-c for the ones after.

Fixes #29 see also: https://github.com/emacs-helm/helm/issues/1257