From 4b161242099e878d3fc7b9c6fe9836c2516ddc5a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 26 Jun 2025 19:34:02 +0200 Subject: Restore the C-a prefix --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index a8368a4..8816890 100644 --- a/tmux.conf +++ b/tmux.conf @@ -4,6 +4,7 @@ set -g history-limit 5000 # Screen-like prefix. set -g prefix C-a bind-key C-a last-window +bind-key a send-prefix # Better bindings for window split unbind % # Remove default binding since we’re replacing -- cgit