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

Add a new command to focus link. #3084

Closed
wants to merge 1 commit into from

Conversation

potpath
Copy link

@potpath potpath commented Aug 11, 2018

This would fix #2188 and #3055.

@smblott-github
Copy link
Collaborator

Thanks, @potpath.

I'm not sure we should do this in this way.

You care about focusing links. Others care about hovering, or unhovering, or yanking link text, or whatever.

We would end up with too many new commands. I'd rather consider doing this like this...

map A LinkHints.activateMode
map B LinkHints.activateMode action=focus
map C LinkHints.activateMode action=hover
map D LinkHints.activateMode action=unhover
map E LinkHints.activateMode action=yank-text

Then, we just document the variations on the Wiki, and don't pollute the help page.

@potpath
Copy link
Author

potpath commented Aug 19, 2018

How about this #3098?

@potpath
Copy link
Author

potpath commented Aug 25, 2018

Closing, see #3097 instead.

@potpath potpath closed this Aug 25, 2018
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.

Feature request: Focus hint
2 participants