When comparing Xfce4 terminal vs tmux, the Slant community recommends tmux for most people. In the question“What are the best terminal emulators for Windows?” tmux is ranked 15th while Xfce4 terminal is ranked 20th. The most important reason people chose tmux is:
There is a keyboard shortcut that makes it easy to split a window and create more panes.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Good for systems with low specs
Like other applications included in the Xfce package, this terminal emulator is very lightweight and doesn't require many resources to run. This makes it perfect for systems that have low specs.
Pro True transparency
You can set the transparency of the Xfce4 terminal on any amount you want, out of the box.
Pro Tabs support
Xfce4 fully supports tabs and tab-based navigation.
Pro Almost everything is customizable
You can configure size, color, background, etc.
Pro Composition effects
Xfce4 terminal takes advantage of xfce composition effects.
Pro Fast rendering
Pro Can be switched to a drop-down terminal
You can configure the Xfce-terminal to act as a dropdown terminal if you want, which makes for greater ease of use.
Pro Easily split panes
There is a keyboard shortcut that makes it easy to split a window and create more panes.
Pro Windows linked to sessions
tmux calls the individual shell instances windows. They are displayed like tabs in the status line. These windows can be shared between different sessions, so that any given shell instance can be in any number of tmux sessions used for different purposes or by different users. This allows configurations like the following example: User A: wAB, wA1, wA2; User B: wB1, wAB, wB2
Pro Preserve the state
As long as you don't close your session, you may even lose your SSH connection, it'll keep your state just as it was. So you can resume where you left off (via tmux attach
).
Pro Maximize screen space
As a tiling window manager, it'll make use of all the space. As you have multiple workspaces and you can resize, etc. you can adjust to see what matters most.
Pro Frequently updated
Tmux is in a state of constant development. Updates are frequent and bug reports usually get an answer within days.
Pro Customizable
Open ~/.tmux.conf to get started. You can customize keybindings, the bottom status bar, color schemes, the clock screen, your time zone, and more.
Pro Mouse support
Mouse support can optionally be enabled, allowing e.g. scrolling with the mouse wheel, or switching panes with mouse clicks.
Pro Only need to learn a few keyboard shortcuts and commands to make much headway
Cons
Con Cannot set text color for character under cursor to background color
Suppose you have a dark background with a light cursor and light foreground color: the light cursor will cover up whatever character it is on, so that you cannot read it. There is no option to set the foreground color for the character under the cursor to what is normally the background color. Such an option would allow you to read the character under the cursor.
Con Execution in xfce4-terminal - e mode is not always functional
Con Resizing text resizes window
Con No profiles
There's no profiles or profile-based customization in Xfce-terminal.
Con Can't scroll on spamming text
When text generates too fast, you can't scroll it, so you just can't read anything in such moments.
Con Does not support sixel images
Con Poorly designed key binding
Counter-intuitive keyboard shortcuts make tmux very hard to use and learn.
Con Bad scrolling support
Con No builtin telnet or serial support
It's considered bloat by the maintainers and for this reason there's no builtin support for them.