Tmux Config: reload config with prefix + r

This commit is contained in:
Aroy-Art 2024-12-02 21:51:18 +01:00
parent 8ef2188cbf
commit 0f6f359232
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -1,6 +1,5 @@
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
# Enable mouse control (clickable windows, panes, resizable panes)
#set -g mouse on