tony / tmux-config

:green_book: Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.
http://tony.github.com/tmux-config/
1.81k stars 478 forks source link

How can I remove tmux-conf? I'd like to turn back pure tmux #40

Closed minguququ closed 6 years ago

minguququ commented 6 years ago

How can I remove tmux-conf? I'd like to turn back to pure tmux. Could you tell me what should I do?

minguququ commented 6 years ago

I'm using tmux 1.6 on CentOS 6.7

tony commented 6 years ago

Remove the ~/.tmux.conf file.

rm ~/.tmux.conf

tony commented 6 years ago

Also it would be helpful to read up on tmux configurations. One sec:

https://leanpub.com/the-tao-of-tmux/read#config

So I think that section of The Tao of tmux should help.

I'm going to close this issue since it's general tmux support. But I think that link will be helpful, because it explains how tmux configurations are loaded.