From bb2bb77dc5b1bcc0183fc266fd60de7f8a7bec0b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 31 Dec 2013 06:47:45 +0400 Subject: [PATCH] C-b R to reload config without restart --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index bfecde3..87a132f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -43,5 +43,5 @@ set-option -g history-limit 1000 # C-b C-a for last-window bind-key C-a last-window -# Reload config without restart -bind R source-file ~/.tmux.conf +# C-b R to reload config without restart +bind-key R source-file ~/.tmux.conf -- 2.39.2