vimium icon indicating copy to clipboard operation
vimium copied to clipboard

Restore closed tab don't work on arc browser

Open debugtheworldbot opened this issue 1 year ago • 7 comments

Describe the bug X commands with Vimium 1.67.4 don't work on arc Browser (Chromium-based).

i inspect Vimium's pop and call chrome.sessions.restore(),nothing happened. but it works fine at chrome with same Chromium version.

Browser and Vimium version same version at chrome works fine:

Google Chrome 109.0.5414.87 (Official Build) (arm64)

arc version:

Arc 109.0.5414.87 (Official Build) (arm64)
OS macOS Version 13.0 (Build 22A380)
JavaScript V8 10.9.194.9

debugtheworldbot avatar Jan 19 '23 08:01 debugtheworldbot

Do you know how to navigate to the nextTab and previousTab with J and K?

chenyucheng0503 avatar Aug 02 '23 09:08 chenyucheng0503

Do you know how to navigate to the nextTab and previousTab with J and K?

i think ctrl+tab works better.

debugtheworldbot avatar Aug 02 '23 09:08 debugtheworldbot

Similar problem, X can't used in suringkeys also. Now I can only use arc's built-in shortcut keys.

edte avatar Jan 18 '24 09:01 edte

Now I'm getting used to just using ctrl-z 🫠

debugtheworldbot avatar Jan 18 '24 09:01 debugtheworldbot

Another issue: when using x to close a tab, it cannot be restored by Arc's "Restore Last Closed Tab" feature.

Fau818 avatar Feb 13 '24 09:02 Fau818

@Fau818 it's also reported in https://github.com/philc/vimium/issues/4230 . I think it's somehow a bug of Arc browser.

gdh1995 avatar Feb 15 '24 09:02 gdh1995

on Arc when you close a tab, it is "archive tab" not close the tab. It is different concept within chrome. I am just guessing, when you "archive tab" what actually Arc does is not close the tab, but just add a layer to present the ones not archived. Arc has only "archive tab" and "restore archived tab". Vimium has "close tab" and "restore closed tab".

Once close tab, you cannot use "restore archived tab" from Arc because the tab is not there anymore
And I believe "restore closed tab" is not supported in Arc, since it has a different way to manage the tabs?

That is why closeTab and restoreTab has missing behaviors in Arc I guess.

arglin avatar Feb 23 '24 14:02 arglin