From 34fa4af4f8ad9de0de319e23d03b780d34ac9188 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Thu, 12 Dec 2019 13:28:24 +0100 Subject: [PATCH] Add .tmux.conf. --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..02e9a3f --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,7 @@ +# Force colors for e.g. prompt +set-option -g default-terminal "screen-256color" + +# Mirror prefix Left to prefix j for switching pane left +bind-key -r j select-pane -L +# Mirror prefix Right to prefix k for switching pane right +bind-key -r k select-pane -R