From 89cf3c72a6c9715414d8a5872b3287f1340fa409 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Tue, 26 Jan 2021 22:00:05 -0500 Subject: Need to actually be able to send prefix for tio --- .tmux.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 0f2ea19..599f5a7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,15 +12,14 @@ setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W " setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W " set -g status-left "" -set -g status-right "#[fg=black][ %y.%m.%d %Hh%M #(battery) ]" +set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]" +unbind C-t unbind C-b -set -g prefix ^T +set -g prefix C-t +bind C-t send-prefix -unbind ^T -bind ^T last-window - -unbind C-a +bind t last-window unbind x bind x lock-server -- cgit v1.2.3