small fix for tmux

This commit is contained in:
Yan Lin 2025-10-29 20:41:50 +01:00
parent b1b0a57732
commit cdb9717cca

View file

@ -69,9 +69,8 @@
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
# Quick pane cycling
unbind o
bind ^A select-pane -t :.+
# Enable nested session control
bind a send-prefix
# Reload config file
bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded!"