X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf;h=2d92790968183d1167d274c48f25fe58690a153c;hb=95bed59790af78aec119b7f6af6c453f042dc2c3;hp=fbecbad79932c6f0c5a8cdf50bcfbf972aebf19f;hpb=e452e8135e7c99ca2fff2ee5f7d73ab46c43d782;p=config%2Fdotfiles.git diff --git a/tmux.conf b/tmux.conf index fbecbad..2d92790 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,20 @@ # Tmux configuration file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see . + # GENERAL @@ -14,7 +29,7 @@ set-option -g display-time 3000 # Disable alternative screen feature. This way e.g. Vim's window content stays # visible after quitting Vim. This is quite useful to copy data (needs tmux -# 1.5 to work completely). +# 1.5 to work (almost) completely). set-window-option -g alternate-screen off # Set title for outer terminal. @@ -35,7 +50,7 @@ set-option -g status-bg colour12 # Nothing left of window list. set-option -g status-left "" # Current load average and hostname on the right. -set-option -g status-right "#(uptime | cut -d: -f5- | tr -d ,) #H" +set-option -g status-right "#(uptime | sed 's/^.*load averages*: //; s/,//g') #H" # Format for windows in the window list in the status line. #I window index, # #W window number, #F window flags.