From 0f6f3592326d2353844a19a7cb99552f1c5ab750 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 2 Dec 2024 21:51:18 +0100 Subject: [PATCH] Tmux Config: reload config with prefix + r --- Configs/Tmux/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Configs/Tmux/tmux.conf b/Configs/Tmux/tmux.conf index a9b9c5d..7b793ba 100644 --- a/Configs/Tmux/tmux.conf +++ b/Configs/Tmux/tmux.conf @@ -1,6 +1,5 @@ - # reload config file (change file location to your the tmux.conf you want to use) -bind r source-file ~/.tmux.conf +bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." # Enable mouse control (clickable windows, panes, resizable panes) #set -g mouse on