small fix for tmux

This commit is contained in:
Yan Lin 2025-10-29 20:44:55 +01:00
parent cdb9717cca
commit 756b320cb8

View file

@ -70,7 +70,8 @@
bind -r L resize-pane -R 5
# Enable nested session control
bind a send-prefix
# Ctrl-a Ctrl-a sends prefix to inner tmux session
bind ^A send-prefix
# Reload config file
bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded!"