From cec429dc47c4165b6483a9e9eb2df9d055aa7158 Mon Sep 17 00:00:00 2001 From: pks Date: Tue, 3 Oct 2023 10:50:02 +0200 Subject: tmux: defaults --- tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1346e02..4e813bb 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,8 @@ source-file ~/.tmux/common.conf +# act like GNU screen +unbind C-b +set -g prefix C-a + set -g status-bg colour13 set -g status-fg colour235 -- cgit v1.2.3