From 111b3f88812e68dc4921c155d61a21d849495fdc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 20 Sep 2018 19:57:19 -0700 Subject: Fix tmux leader and vim colors --- tmux | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux b/tmux index 2384843..13513a2 100644 --- a/tmux +++ b/tmux @@ -1,6 +1,12 @@ # vim: filetype=tmux -# 0 is too far from ` ;) +# rebind leader to C-\ +unbind-key C-b +set -g prefix 'C-\' +bind-key 'C-\' send-prefix + + +# 0 is too far from ` set -g base-index 1 -- cgit v1.2.3