From 18ea17262cec5de532702d4555d13f00c0c573cd Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 11 Oct 2020 22:36:13 +0200 Subject: [PATCH] Fix tmux prefix Closes #10 Signed-off-by: Matej Focko --- playbooks/roles/shell/templates/tmux.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/roles/shell/templates/tmux.conf.j2 b/playbooks/roles/shell/templates/tmux.conf.j2 index ced7fee..597e01e 100644 --- a/playbooks/roles/shell/templates/tmux.conf.j2 +++ b/playbooks/roles/shell/templates/tmux.conf.j2 @@ -5,6 +5,10 @@ set-window-option -g automatic-rename off set-option -g allow-rename off set-option -g renumber-windows on +set -g prefix C-a +unbind C-b +bind-key C-a send-prefix + unbind l bind h select-pane -L