From 62a47004709564b9740286342c3b0dd50e8c7efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=F0=9F=9A=B6?= Date: Fri, 25 Oct 2024 09:10:37 +1100 Subject: [PATCH] tmux better reload --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index c58e57b..db20eb2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,7 +10,7 @@ set -g prefix C-Space bind C-Space send-prefix # reload config -bind C-r source-file ~/.tmux.conf \; display-message "Config reloaded..." +bind r source-file ~/.tmux.conf \; display-message "Config reloaded!" set-window-option -g mode-keys vi