Linux
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
It seems like you're using the standard macOS Terminal. It has all kinds of issues with many terminal applications. I recommend switching to iTerm2. You can install it with a simple brew install --cask iterm2
Huh, I had iterm running half a year ago and couldn't see any advantage and removed it because of "simple systems" purist reasons. Guess I'll try again.
macOS doesn't support some basic ways of rendering text and colors. I see iTerm as strictly necessary if you are serious about using the Terminal on a Mac.
I mainly use it for git, basic files stuff and Scripting away chore tasks, so I never experienced any limits. But maybe I just touched some of that turf now.
Gonna take a stab, because I don't have a Macbook within reach, but as it's a Unix, it's possible there's a tmux.conf file at:
~/.tmux.conf
which would persist through tmux installs as it's in the user's directory.
If you've already checked this out, um...
cheers,
I'll double check later or tomorrow, but afaik I deleted all files that contain tmux.
~/ .tmux.conf
is a hidden file, denoted by the "."
The file isn't there.
Tmux starts a daemon the first time, it's quite opaque on that regard.