From de113bb5c59c2a034a519b49e9e258382779125b Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Mon, 22 Aug 2016 07:01:51 +0300 Subject: [PATCH] Fix a syntax error. Closes #25 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index cd1830a..551ad8c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,7 +5,7 @@ # -- general ------------------------------------------------------------------- set -g default-terminal "screen-256color" # colors! -setw -g xterm-keys on +set -g xterm-keys on set -s escape-time 0 # fastest command sequences set -sg repeat-time 600 # increase repeat timeout set -s quiet on # disable various messages