aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/nicm-start-tmux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/nicm-start-tmux.sh b/examples/nicm-start-tmux.sh
index d58afcdb..b4029d1b 100644
--- a/examples/nicm-start-tmux.sh
+++ b/examples/nicm-start-tmux.sh
@@ -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