From 76196b68610e1ffc76c644977123d63d62f5957a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 23 Jan 2020 19:46:11 +0100 Subject: [PATCH] tmux: change prefix to C-t and status background to dark blue --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index be4b8d7..3397dc4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,8 @@ -set -g status-bg colour248 -set -g status-fg colour232 +set -g status-bg colour18 +set -g status-fg colour7 -set -g prefix C-g -bind-key C-g send-prefix +set -g prefix C-t +bind-key C-t send-prefix set -g default-terminal "screen-256color" set -g set-titles on