From 3941591d10710a744ece7c6589ec3ec7f4b98271 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 1 Oct 2017 11:55:09 +0300
Subject: [PATCH] - Set Tmux' send-prefix key for a remote Tmux session over an
 SSH connection inside a local Tmux session.

---
 .tmux.conf | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .tmux.conf

diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..4f0383f
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1 @@
+bind-key b send-prefix
-- 
GitLab