.tmux: Adding .tmux.conf does not change tmux profile

Created on 3 Jun 2018  路  2Comments  路  Source: gpakosz/.tmux

I've replaced .tmux.conf with the new .tmux.conf file but it does not change anything on tmux.

Have made sure that there are no running sessions of tmux. When I use other .tmux.conf files, every thing works. Do I need to make some edits to run it?

support

Most helpful comment

Hello @krshrimali,

There's likely a tmux server process still running. You can try sourcing the configuration with:

$ tmux source ~/.tmux.conf

If sourcing the configuration manually works, that's because there was still a tmux server process running.

All 2 comments

Hello @krshrimali,

There's likely a tmux server process still running. You can try sourcing the configuration with:

$ tmux source ~/.tmux.conf

If sourcing the configuration manually works, that's because there was still a tmux server process running.

@gpakosz - Awesome! It really works. Great work with the config file!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fwarmuth picture fwarmuth  路  5Comments

eluft84 picture eluft84  路  8Comments

obitech picture obitech  路  4Comments

danielporto picture danielporto  路  8Comments

mattysweeps picture mattysweeps  路  6Comments