From 28361d973d670a0302a20f97e8cd8c60216a26d4 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 19 Dec 2021 17:34:54 +0300 Subject: [PATCH] tmux --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 320dc0f..f1cb3fe 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,8 @@ bind -r j select-pane -D # move down bind -r k select-pane -U # move up bind -r l select-pane -R # move right +set -g prefix C-a + set -g status-bg black set -g status-fg white