From d2f42e6b85585f603cfd0452aca6463ec90f1f2a Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 15 May 2015 01:26:30 -0400 Subject: [PATCH] Fix for tmux error on new-session --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 5ab110e..c65f446 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,5 @@ # for setting up -bind-key r source-file ~/.tmux.conf; display-message " ✱ ~/.tmux.conf is reloaded" +bind-key r source-file ~/.tmux.conf \; display-message " ✱ ~/.tmux.conf is reloaded" # ctrl-b is annoying set-option -g prefix C-a