mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00: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 set prefix ^A
|
||||
$TMUX unbind ^B
|
||||
$TMUX bind ^A send-prefix
|
||||
|
||||
$TMUX set bell-action none
|
||||
|
||||
$TMUX -s $SESSION attach
|
||||
|
Loading…
Reference in New Issue
Block a user