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:
parent
543e7b0f03
commit
8580e8c153
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user