From 5594e7e243bb5fd038802c3fbd31bf5d630f4869 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Tue, 18 Nov 2025 15:40:06 +0100 Subject: [PATCH] added keybind for reloading tmux config --- homemanager/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homemanager/tmux.nix b/homemanager/tmux.nix index 2d4e64f..ecc4538 100644 --- a/homemanager/tmux.nix +++ b/homemanager/tmux.nix @@ -23,6 +23,8 @@ in unbind C-j bind C-j display-popup -E "tms switch" bind C-o display-popup -E "tms" + bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..." + set-option -g mode-keys vi set -g mouse on set -g status on