ace-jump-mode
ace-jump-mode copied to clipboard
Adds ability to limit the 'window scope to n lines above and below point...
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))
This would be really great. I was considering reimplementing this for evil-easymotion, but apparently I can just use your code when merged.