Whoops, fix key bindings.

This commit is contained in:
Nicholas Marriott 2007-10-19 17:23:43 +00:00
parent 543e7b0f03
commit 8580e8c153

View File

@ -18,6 +18,9 @@ if ! $TMUX -s $SESSION attach 2>/dev/null; then
$TMUX -s $SESSION neww -d # 9
$TMUX set prefix ^A
$TMUX unbind ^B
$TMUX bind ^A send-prefix
$TMUX set bell-action none
$TMUX -s $SESSION attach