ace-jump-mode icon indicating copy to clipboard operation
ace-jump-mode copied to clipboard

Adds ability to limit the 'window scope to n lines above and below point...

Open fgeller opened this issue 10 years ago • 1 comments
trafficstars

Found this helpful to reduce the number of candidates. Can be limited to just ace-jump-char-mode via dynamic scoping:

(let ((ace-jump-mode-limit-window-scope 1))
  (call-interactively 'ace-jump-char-mode))

fgeller avatar Nov 27 '14 07:11 fgeller

This would be really great. I was considering reimplementing this for evil-easymotion, but apparently I can just use your code when merged.

PythonNut avatar May 08 '15 04:05 PythonNut