From 279217a6bbe63f17a22bc1b5ea8c19f2785e25ca Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sat, 3 Dec 2022 00:35:36 +0100 Subject: [PATCH] Update '.tmux.conf' --- .tmux.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index d72cd99..da15a9b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,10 @@ # tmux theme -source-file "${HOME}/.tmuxtheme" +source-file "${HOME}/.tmux.theme" + +# Remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix # split panes using | and - unbind '"'