Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fgeller
Copy link

@fgeller fgeller commented Nov 27, 2014

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 fgeller closed this Nov 27, 2014
@fgeller fgeller reopened this Nov 27, 2014
@PythonNut
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants