From c2eacebb11146656363e7b52719185a51f803caa Mon Sep 17 00:00:00 2001 From: hanez Date: Sun, 1 Sep 2024 22:11:55 +0200 Subject: [PATCH] Changed tmux prefix from C-b to C-y. --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 86104852..27b4f568 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,11 @@ # Original Source: # https://github.com/jonasjacek/colorcli +# Set prefix key +unbind-key C-b +bind y send-prefix +set -g prefix ^y + # DESIGN: 256 COLOR SUPPORT setw -g default-terminal "screen-256color"