From 7d1499cda323663e25ff2c0bd87944e7276009ae Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 23 Sep 2019 09:23:15 +0100 Subject: Improve transparent tmux config --- tmux/.transparent.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tmux') diff --git a/tmux/.transparent.conf b/tmux/.transparent.conf index 1054f73..f0a4f6c 100644 --- a/tmux/.transparent.conf +++ b/tmux/.transparent.conf @@ -1,2 +1,7 @@ +# Change prefix +set -g prefix C-1 unbind C-b +bind C-1 send-prefix + +# Remove statusline set -g status off -- cgit v1.2.3