gdh1995 / vimium-c

A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg
Other
3.43k stars 255 forks source link

Jump in/out recent tabs "jump list" #1186

Open avnigo opened 3 months ago

avnigo commented 3 months ago

What command or commands

Vomnibar.activateTabs visitPreviousTab

How should a feature do

  1. Go to tab A, then B, then C, then D.
  2. Jump OUT (e.g. like in vim, CTRL-o): D -> C.
  3. Jump OUT (CTRL-o): C -> B.
  4. Jump IN (e.g. CTRL-i): B -> C.

I understand jumping out should work like the following, although it doesn't seem to work for me for some reason: map <c-o> visitPreviousTab filter="discarded=false"

However, is there a way to jump in?

Vomnibar.activateTabs seems to be like a jump list, if you could navigate up and down the tabs in that list.

Is this jump in/out functionality currently implemented with the available commands?

Thanks for all the great work!

Browser and OS

gdh1995 commented 3 months ago

Not implemented yet...

See also https://github.com/gdh1995/vimium-c/issues/414#issuecomment-904575575 ... Sorry.