diff options
author | Peter Palfrader <peter@palfrader.org> | 2022-01-23 18:28:48 +0100 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2022-01-23 18:28:48 +0100 |
commit | e052bc357a9067513a440c19acbe62dcce469981 (patch) | |
tree | 27e40433e991f7ee5a5a739c4c03b91238a42891 /tmux.conf | |
parent | dc809b09e5f58926d94ec64b6a445a04c2880804 (diff) |
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # mess with the status window set -g status-bg colour109 set -g status-right "[#T]" -setw -g window-status-current-bg white +#setw -g window-status-current-bg white +set -g window-status-current-style bg=white bind -n C-Right next-window bind -n C-Left previous-window |