aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-06-26 19:34:02 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-06-26 19:34:02 +0200
commit4b161242099e878d3fc7b9c6fe9836c2516ddc5a (patch)
treea0eb2c52a9a608a5934de03068ab7201460862e4
parent25feb83aaac04628fdee264d1d0a7cffcc06e214 (diff)
Restore the C-a prefix
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
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