From d464c7a89080d4a80d30540058751ab27b02ef75 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Thu, 3 Dec 2020 09:21:49 +0100 Subject: [PATCH] add tmux --- dot_tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_tmux.conf diff --git a/dot_tmux.conf b/dot_tmux.conf new file mode 100644 index 0000000..bb826f4 --- /dev/null +++ b/dot_tmux.conf @@ -0,0 +1,6 @@ +set-option -g mode-keys vi +unbind C-b +set -g prefix C-a +bind a send-prefix +unbind S +bind S set-window-option synchronize-panes