Remove custom prefix key

This commit is contained in:
whitney 2026-04-13 14:25:10 -07:00
parent 2d73c7d8e1
commit 9c0370daf7

View File

@ -7,11 +7,6 @@
### Function ------------------------------------ ### Function ------------------------------------
#------------------------------------------------ #------------------------------------------------
# Set custom prefix key
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
# Reload the tmux configuration with <PREFIX> + r # Reload the tmux configuration with <PREFIX> + r
bind r source-file ~/.tmux.conf \; display-message "Reloaded tmux.conf!" bind r source-file ~/.tmux.conf \; display-message "Reloaded tmux.conf!"