eri451 / TabGroupie

TabGroupie is not maintained anymore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggle groups

erikw opened this issue · comments

It would be handy if the command tgroup-switch with no paramters would switch to the last used group so you easily can toggle between two common groups. Much like C-^ in pentadactyl/vimperator.

commented

if you switch to a group by tgroup-switch you get the last tab display that you used in this group. If you now want to the last group you used you will just switch to the last used buffer. Anyway its easier to just do :buffer # or b#
I'm not sure if C-^ will work did you tried it?

tgroup-switch "switch to the last viewed tab of a specified group" indeed. But I want to toggle between groups easily without having to specify what group what that is.

Example
grp1, grp2, grp3 exists

 in grp1:> tgroup-switch grp3
 in grp3:> tgroup-switch
 in grp1:> tgroup-switch
 in grp3:>

That's what I'm looking for :)

commented

hmm.. okay ... so you can go to other tabs in one of these groups?

Nope, b# switches between the last two used tabs which could possibly be in two different groups. I would like to be able to easily switch between to groups independently on what tabs I've been using in a group lately.

commented

very interesting. there is a getLastActiveGroup function but it returns the currently used group.

commented

any idears?

commented

the developer said:
me: why is tabs._groups.GroupsItems.getLastActiveGroupItem() returning the same item as tabs._groups.GroupItems.getActiveGroupItem()
dev: Donno. Panorama is realy a horrible heap of crap. Don't know very much about it.

questions? I don't think that we can make it.

commented

well if this bug didn't exist, it would probably work

Hmm too bad :(