Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for me! #7

Closed
akhil-mysore opened this issue May 8, 2015 · 3 comments
Closed

Not working for me! #7

akhil-mysore opened this issue May 8, 2015 · 3 comments

Comments

@akhil-mysore
Copy link

I am new to Mac and tmux. Please be gentle :)

I am using Mac, iterm2. I double checked my config file and also made sure tmux is using the config file. Can you please help me with this? What do you suggest me to debug ? Please let me know if you need more info to fix this.

Thanks,

@HelloGrayson
Copy link

Can you describe what exactly is not working?

@jbcpollak
Copy link

If anyone else comes across this, I can't explain exactly what it took, but a combination of restarting tmux and reloading the config finally made the config work for me. Keep in mind this just themes tmux itself - changing the colors of your terminal's text is up to you

@bobismijnnaam
Copy link

For completeness, jbcpollak's comment made it click for me, and with the help of this page (https://sanctum.geek.nz/arabesque/reloading-tmux-config/) I got the scheme to work. In short, restarting tmux/reloading your config entails pressing the tmux key combination (Ctrl+A for me, Ctrl+B by default) and entering the following line:

:source-file ~/.tmux.conf

Or as a regular command:

$ tmux source-file ~/.tmux.conf

If that doesn't work (warning, this will close your terminal!):

$ tmux kill-server

And then starting tmux again.

@seebi seebi closed this as completed Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants