From cdb9717cca78b94ba2105ffa8d172e143dffd3e9 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 29 Oct 2025 20:41:50 +0100 Subject: [PATCH] small fix for tmux --- modules/tmux.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index 050e27e..91dfb1e 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -69,9 +69,8 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 - # Quick pane cycling - unbind o - bind ^A select-pane -t :.+ + # Enable nested session control + bind a send-prefix # Reload config file bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded!"