X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;h=27013934bfe3dc756b238dc7b3b854fa951379fa;hb=58756a91c080fe9fd0250029302ea58436592b09;hp=4e5fda4ec36b7c7750676b2fad704a8d8de2a360;hpb=e7ec1a4e869c548c8877d4fbae151fbb2b4d9faf;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index 4e5fda4..2701393 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,7 +10,7 @@ set -g status-keys vi set -s escape-time 100 # Ensure KRB5CCNAME is preserved in the environment. -set -g update-environment 'DISPLAY WINDOWID SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION KRB5CCNAME' +set -a -g update-environment ' KRB5CCNAME' # Clock. setw -g clock-mode-colour white @@ -60,7 +60,7 @@ bind = display-panes # Move the current pane into a separate window. bind b break-pane # Split another pane into this window. -bind B command-prompt -p "Select [.] to join:" 'join-pane -t %1' +bind B command-prompt -p "Select [.] to join:" 'join-pane -s %1' # Next pane. bind i select-pane -t :.+ bind C-i select-pane -t :.+ @@ -149,7 +149,7 @@ setw -g window-status-current-bg colour17 setw -g window-status-current-fg white # No border. set -g status-left '' -set -g status-right '' +set -g status-right '#[fg=white,bg=colour8][#H:#S]' # Window flags. setw -g window-status-current-format '[#I.#P#F #W]' setw -g window-status-format ' #I.#P#F #W '