diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:55:00 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:55:00 -0500 |
commit | 9e3771d19c02892119be2140e7c8303ebd01041d (patch) | |
tree | 9695804c14701d8bd20646bab2fb9d0a4af1ac2d /tmux | |
parent | 4f3b29401c7ff6b42a84b9aca53877783212ec5d (diff) | |
parent | d2caf851eac8284d134f5a440b65a492dd08039f (diff) |
Merge branch 'ursa_minor'
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7b574db..90ed13c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -12,3 +12,6 @@ bind j select-pane -D bind k select-pane -U bind h select-pane -L bind l select-pane -R + + +set -g status-bg magenta |