18
Why is my tmux borked? (discuss.tchncs.de)

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.

top 12 comments
sorted by: hot top controversial new old
[-] recursive_recursion@programming.dev 6 points 3 weeks ago* (last edited 3 weeks ago)

I can't help as I don't have exp with tmux or brew;
but I do know that if you crosspost your post/question into c/linux you'll have a better time finding someone that knows how to help!🤗

[-] xtapa@discuss.tchncs.de 4 points 3 weeks ago

That was actually a good tip!

I'm glad that you were able to get your tmux problem solved!🤗

[-] TootSweet@lemmy.world 5 points 3 weeks ago

What's the value of your $TERM variable?

[-] nickwitha_k 1 points 3 weeks ago

This is usually the cause, in my experience.

[-] sudo@programming.dev 3 points 3 weeks ago* (last edited 3 weeks ago)

Unironically try turning your computer off and on again.

Tmux settings are global and persistent. Just deleting your config files is insufficient. You have to kill the server and restart it. Uninstalling and reinstalling will not kill a running tmux server. tmux kill-server should work too.

Now if it persists across reboots, then there must be a file still lingering somewhere. If you are sure your home directory is clean you can try searching whatever you installed in /etc.

This is all assuming you're trying to go back to a clean slate and failing. If the borked status bar is the result of your current .tmux.conf, then you'll have to post that.

[-] Zer0Rank@sopuli.xyz 3 points 3 weeks ago

Feels like a font issue. Do you have e.g. nerdfont installed and in use in your terminal? You could check the config for plugins that makes that style, and check which fonts are in use. Could also be powerline fonts that are needed: https://github.com/powerline/fonts

[-] xtapa@discuss.tchncs.de 3 points 3 weeks ago

I got the JetBrainsMonon Nerdfont. It was annorphan process of tmux still running after all configs and tmux itself was uninstalled.

[-] xtapa@discuss.tchncs.de 1 points 3 weeks ago

It was exactly that. The stupid thing is: I usually shut down my Mac at the end of my workday and on the next day and start everything I need via script and always got funny looks from my co-workers because "you can just close it and keep it running" so I tried it a few days and honestly did not think about restarting because it would have been a fresh start before.

But now I know there's a tmux server running that I can kill when problems occur and I won't need to reboot Everytime tmux starts acting funny. So at least I learned from being dumb and not thinking about basic trouble shooting steps...

[-] NegativeLookBehind@lemmy.world 1 points 3 weeks ago

Reinstall or install from a different source?

[-] xtapa@discuss.tchncs.de 2 points 3 weeks ago

Yeah I could try that, I just try to stick to one source if possible. I'll give it a try if no other solution come up.

[-] LarkinDePark@lemmygrad.ml 0 points 3 weeks ago

Just ditch your .tmux.conf and use oh my tmux. It should have everything you're looking for.

this post was submitted on 15 Aug 2024
18 points (95.0% liked)

Programming

16968 readers
250 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS