From 046a9195f26a3f78422825f2f5d19393756725d6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 4 Dec 2018 08:57:37 +0000 Subject: [PATCH] C-t is much more reachable IMO --- files/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tmux.conf b/files/tmux.conf index 3eb4332..e7553f4 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 C-a -bind C-a send-prefix +set -g prefix C-t +bind C-t send-prefix source-file "{{ home }}/.tmux/plugins/tmux-themepack/basic.tmuxtheme" set-window-option -g automatic-rename on