1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

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 -s $SESSION neww -d # 9
$TMUX set prefix ^A $TMUX set prefix ^A
$TMUX unbind ^B
$TMUX bind ^A send-prefix
$TMUX set bell-action none $TMUX set bell-action none
$TMUX -s $SESSION attach $TMUX -s $SESSION attach