Tmux Config: reload config with prefix + r
This commit is contained in:
parent
8ef2188cbf
commit
0f6f359232
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue