diff --git a/modules/tmux.nix b/modules/tmux.nix index 91dfb1e..6690813 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -70,7 +70,8 @@ bind -r L resize-pane -R 5 # Enable nested session control - bind a send-prefix + # Ctrl-a Ctrl-a sends prefix to inner tmux session + bind ^A send-prefix # Reload config file bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded!"