From af83364df490ed155e9d3d0906d80fc45a64dc6a Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 28 Nov 2023 19:17:54 +0100 Subject: [PATCH] :art: remap tmux prefix to M-f --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 85dfa0b..f9eb7af 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,7 +1,7 @@ # remap prefix from ^+A to ^+B (for nested tmux sessions) unbind C-b -set -g prefix C-a -bind C-a send-prefix +set -g prefix M-f +bind M-f send-prefix # nvim 'checkhealth' advice set-option -g focus-events on