When comparing ConsoleZ 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 ConsoleZ is ranked 17th. 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 Supports splitting tabs into views
In ConsoleZ, the user can split a tab into different views either horizontally or vertically.
Pro Fullscreen support
ConsoleZ can be opened in fullscreen.
Pro Small, portable installation
Install to OneDrive/Dropbox/Google Drive and your setting will be consistent everywhere.
Pro Supports typographic ligatures
Typographic ligatures occur when there are two or more letters joined as a single glyph, such as "æ".
Pro Easy transition from Console2
Being a fork of Console2, ConsoleZ is fully compatible. It even recognizes existing Console2 config files, making the transition easier.
Pro Input sent to one view can be sent to all
ConsoleZ allows for grouping of open views (panes) so that if an input is sent to one of them, it can be sent to all views grouped with it automatically.
Pro High DPI
This means that the display screen in ConsoleZ is sharp.
Pro Drop-down animation support
ConsoleZ can be used as a drop-down terminal inspired by the famous Quake terminal. Once opened, it can be toggled with a key of the user's choice. This makes it easier to have access to it from any window instead of having to cycle through all open applications.
Pro Localization support
ConsoleZ is available in French, Russian, German, and Japanese.
Pro Zooming with Ctrl-Mouse
The user can easily zoom by simply pressing Ctrl-Mouse.
Pro Windows 7 Jump List makes the user's life easier
Jump List is a useful feature that allows the user to view recent documents in a program that is pinned to the taskbar.
Pro Snippets
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 You can't scroll up and down for command history as those keys are bound to the scrollbox
Con No way to open pre-created tabs on startup
If you want to setup a certain number of tabs to automatically run pre-defined scripts in ConsoleZ or Console 2, you can't. You have to open everything manually every time you start the application.
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.