From 2a6a1004c8a2224110f915fe219b4e5abdd8838c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 4 Dec 2018 08:50:39 +0000 Subject: [PATCH] Set tmux prefix to a valid key Need to work out a better long-term key at some point! --- files/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tmux.conf b/files/tmux.conf index 40f4fa6..3eb4332 100644 --- a/files/tmux.conf +++ b/files/tmux.conf @@ -6,8 +6,8 @@ set-window-option -g mouse on set-window-option -g mode-keys vi unbind C-b -set -g prefix ISO_Level3_Shift -bind ISO_Level3_Shift send-prefix +set -g prefix C-a +bind C-a send-prefix source-file "{{ home }}/.tmux/plugins/tmux-themepack/basic.tmuxtheme" set-window-option -g automatic-rename on