On Fri, Jan 4, 2013 at 10:13 PM, Nathan Neff <
natha...@gmail.com> wrote:
> This is cool -- I'm a big fan of Tiling Window managers, (my favorite
> being wmii).
The reason I mention wmii is that it also has the concept of "views", similar
to Tmux's "windows". Users can define multiple views. A view can have multiple
programs running in it, similar to Tmux's panes. Different views can
have the *same*
applications running in them. Below is an illustration:
View 1: "Code"
Text Editor | Terminal
View 2: "Test"
Text Editor | Firefox
View 3: "Debug"
Text Editor | Firefox
------------
| terminal
Anyway, thanks for the post about tmux. I liked GNU Screen
better than tmux last time I tried tmux, because of something with GNU Screen
handling the "full screen" mode better. I read Mark's notes about
the fullscreen, and maybe tmux fixed it. We'll see!