When comparing Babun vs tmux, the Slant community recommends Babun for most people. In the question“What are the best terminal emulators for Windows?” Babun is ranked 14th while tmux is ranked 15th. The most important reason people chose Babun is:
Babun comes with both bash and zsh out of the box. This gives both beginners and advanced users the choice of which shell to run.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Comes with bash and zsh out of the box
Babun comes with both bash and zsh out of the box. This gives both beginners and advanced users the choice of which shell to run.
Pro Comes with a package manager
Babun come with a package manager called Pact, which is an extremely simple yet powerful package manager similar to apt-get
or yum
for Linux.
Pro Easy access to powerful zsh features through integrated oh-my-zsh
Oh-my-zsh is a dead simple configuration and management for zsh (which is a pretty powerful shell), allowing even first time users to take advantage of the most powerful features it offers.
Pro Extends Cygwin functionality
Babun is built on top of Cygwin, meaning that Unix or Linux applications can be compiled and run on a Windows operating system from within a Linux-like interface.
Pro Decent, out-of-the-box remoting to Unix and others
256 color xterm is simple, but many programs simply do it wrong. Babun uses well-established command-line programs that do it right, and which then wrap them in a nicely themed package.
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 Dead project
Babun is not maintained and uses an old version of Cygwin from 2015.
Con Cannot exit node.js programs
When trying to exit a node program using Ctrl-C, the process doesn't actually exit.
Con No tabs
Babun has no support for tabs.
Con No spinner when installing packages with gems or npm
Con Does not work with Ansible
Executing Ansible modules (which helps configure and manage computers that combine multi-node software deployment) causes errors to arise.
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.