tmux: use ` as prefix

This commit is contained in:
Primrose 2025-07-11 17:06:12 +02:00
parent 84b29bbf1c
commit 086ff2354f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -51,8 +51,8 @@ set -g pane-active-border-style "fg=#{@ACCENT}"
# Bindings # # Bindings #
############ ############
# remap prefix # remap prefix
bind C-a send-prefix bind ` send-prefix
set -g prefix C-a set -g prefix `
unbind C-b unbind C-b
# easy config reload (that bypasses nix too) # easy config reload (that bypasses nix too)