From 45eaa6fa81d0d9fb47df6b7a7dc0d241226a2d27 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 4 Sep 2012 14:54:30 +0300 Subject: [PATCH] set -> set-option, to reflect the more-verbose syntax --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0942e2c..fdb8bd9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,5 @@ unbind C-b -set -g prefix ^A +set-option -g prefix ^A bind a send-prefix # Bind appropriate commands similar to screen.