mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Whoops, fix key bindings.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user