diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-12-18 22:19:04 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-12-18 22:19:04 +0000 |
commit | b5b0342ef321c05d417d4f1cd62bd4b2192768c2 (patch) | |
tree | 66c13f8a2d625f48f9d6e0a1ba044c7a5a56f07b | |
parent | 2d8a0e86331fcd5101ddb8d89a0f7f18d6866450 (diff) |
add tmux.conf
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@660 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rw-r--r-- | tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # mess with the status window -set -g status-bg colour109 -set -g status-right "[#T]" -setw -g window-status-current-bg white +#set -g status-bg colour109 +#set -g status-right "[#T]" +#setw -g window-status-current-bg white bind -n C-Right next-window bind -n C-Left previous-window |