tmux : change r to <M-r> to reload config.

This commit is contained in:
Dmitry Voronin 2023-11-02 17:18:04 +03:00
parent d38ddabe35
commit bb12e71d67

View file

@ -13,7 +13,7 @@ unbind '"'
unbind %
# reload config.
bind r source-file ~/.tmux.conf
bind -n M-r source-file ~/.tmux.conf
# swith panes with alt + hjkl.
bind -n M-a select-pane -L