X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;h=f46cae1f1f643111efe60500a9429be584e86675;hb=d888ac6b277e2ff5feb8610bbdc8ae775cef56e5;hp=8de9f0f0d581ca8a70a4ac9be6cdd7dce57303fb;hpb=4fcf9cd7282d42387e839ccc329edce4dc32e78b;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index 8de9f0f..f46cae1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,9 +9,6 @@ set -g status-keys vi # Don't wait so long to parse escape sequences. 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' - # Clock. setw -g clock-mode-colour white setw -g clock-mode-style 24 @@ -60,7 +57,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 :.+