You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: