mclear-tools / tabspaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about your README

mtk opened this issue · comments

you wrote "Calling the minor-mode tabspaces-mode sets up newly created tabs as buffer-isolated workspaces using tab.el in the background". what is a 'buffer-isolated workspace'?

In other words -- buffers that are specific to a tab. Basically, tabspaces allows you to keep buffers grouped with their tab and not with another tab (so, eg. your agenda buffer doesn't show in your project tab buffer list)

@mtk Maybe I can word it differently and it'll help.

With tabspaces your buffer list gets filtered to buffers you opened while in that tab.

If I have two tabs T1 and T2 and switch to a new buffer *newbuf* while on T2 then when I switch back to T1 I will not see *newbuf*.