this post was submitted on 15 Aug 2024
20 points (95.5% liked)

Linux

4947 readers
120 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

cross-posted from: https://discuss.tchncs.de/post/20478370

cross-posted from: https://discuss.tchncs.de/post/20474285

I've been trying tmux and followed a video that showcases and offers a prebuilt config for styling and plugins. Something happended (guess I did something wrong?) the styling broke and I decided I'll go bare bones and customize to my needs when needed instead of using preconfigured stuff. I deleted all configs and caches I could find with fzf and even reinstalled tmux, but still some broken styling is present and makes it unpleasent to work with. Some of my configs seem to be present even after uninstall, as the prefix is still C-Space instead of the default. There are some oh-my-zsh subfolders that contain tmux. I don't know if those have been there before and I also don't know, if I can delete them without breaking the next thing.

I'm on a MacBook and installed tmux via brew.

you are viewing a single comment's thread
view the rest of the comments
[–] unrushed233@lemmings.world 5 points 1 month ago (3 children)

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

[–] xtapa@discuss.tchncs.de 1 points 1 month ago (2 children)

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.

[–] unrushed233@lemmings.world 4 points 1 month ago (1 children)

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.

[–] xtapa@discuss.tchncs.de 1 points 1 month ago

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.