From 8fbbc251c1ec05d93d8df11d1087859b2947173d Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 19 Dec 2021 17:09:05 +0300 Subject: [PATCH] a --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 4fd7f35..320dc0f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,3 +3,10 @@ bind -r h select-pane -L # move left 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 status-bg black +set -g status-fg white + +set -g mouse on + +set-option -g repeat-time 0