From 38fb93fd16083f4392bec2d50a827c5b26db59a4 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 17 Dec 2020 17:35:53 +0100 Subject: [PATCH] revert c868785: change tmux prefix back to C-space I was only having issues with C-space on Alacritty. However, Alacritty was giving more pain with other key combinations as well so I decided to move to wsltty for now. --- roles/tmux/files/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/tmux/files/tmux.conf b/roles/tmux/files/tmux.conf index 55d12f1..f0de50a 100644 --- a/roles/tmux/files/tmux.conf +++ b/roles/tmux/files/tmux.conf @@ -2,7 +2,8 @@ # Key bindings # unbind C-b -set -g prefix C-a +set -g prefix C-space +bind-key C-space send-prefix # Open new windows/panes with the path in current pane bind c new-window -c '#{pane_current_path}'