Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

replaced http://superuser.com/ with https://superuser.com/
Source Link

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

tmux ignores the configuration files: both /etc/tmux.conf and ~/.tmux.conf. Even I pass the path to the configuration file, using tmux -f path/to/tmux.conf it still doesn't load it.

The configuration file contains:

set -g default-terminal "screen-256color" set -g status-bg "#105C8D" set -g status-fg white set-window-option -g xterm-keys on set -sg escape-time 0 

I see that the status bar background is lightblue even the configuration sets it to dark blue (#105C8D). Also, 256 colors are not supported. That's why I guess the file is not loaded.

How can I fix the issue?

Running tmux version 1.9a but had the same issue with 1.8, on Ubuntu 14.04.

I already saw:

I don't get any errors regarding the config syntax.

Tweeted twitter.com/#!/StackUnix/status/548602860158873600
Source Link
Cristian
  • 745
  • 2
  • 7
  • 17
Loading