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

Feature request: add to LinkHints.activateModeToOpenInNewTab the option position=end/start/after/before #3682

Open
huangyingw opened this issue Oct 9, 2020 · 2 comments

Comments

@huangyingw
Copy link

Describe the bug
currently, I have set
browser.tabs.insertAfterCurrent => false
browser.tabs.insertRelatedAfterCurrent => false,
so, if I use mouse to open link in tab, firefox will open new tab in the last.

bellowing are my keymap:
map f LinkHints.activateModeToOpenInNewTab
map F LinkHints.activateMode
map af LinkHints.activateModeWithQueue
but if I use "f", "F", "af" to open link, they will still open tab to the right of current tab

could you do sth like:
#2895
to add option position= end/start/after/before, to LinkHints.activateModeToOpenInNewTab, LinkHints.activateMode, LinkHints.activateModeWithQueue ?

Browser and Vimium version
Firefox: 81.0.1
Vimium: 1.66

@gdh1995
Copy link
Contributor

gdh1995 commented Oct 9, 2020

Does map F LinkHints.activateMode position=end work?

@huangyingw huangyingw reopened this Oct 9, 2020
@huangyingw
Copy link
Author

Does map F LinkHints.activateMode position=end work?

LinkHints.activateMode, this one would go to the link in current tab, what I want is to
when open new tab, open it at the end.

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

No branches or pull requests

2 participants