From eb58e5bea6030f86a85296495df04ae481755d7c Mon Sep 17 00:00:00 2001
From: pks <pks@pks.rocks>
Date: Mon, 8 Apr 2024 11:16:34 +0200
Subject: tmux: default

---
 tmux/.tmux/common.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tmux/.tmux/common.conf b/tmux/.tmux/common.conf
index 72ea65b..ab77f0e 100644
--- a/tmux/.tmux/common.conf
+++ b/tmux/.tmux/common.conf
@@ -10,6 +10,10 @@ bind-key -r C-l select-window -t :+
 # look good
 set -g default-terminal "screen-256color"
 
+# act like GNU screen
+unbind C-a
+set -g prefix C-a
+
 # status
 set -g status-left-length 32
 set -g status-right-length 150
-- 
cgit v1.2.3