tmux : change r to <M-r> to reload config.
This commit is contained in:
parent
d38ddabe35
commit
bb12e71d67
|
@ -13,7 +13,7 @@ unbind '"'
|
||||||
unbind %
|
unbind %
|
||||||
|
|
||||||
# reload config.
|
# reload config.
|
||||||
bind r source-file ~/.tmux.conf
|
bind -n M-r source-file ~/.tmux.conf
|
||||||
|
|
||||||
# swith panes with alt + hjkl.
|
# swith panes with alt + hjkl.
|
||||||
bind -n M-a select-pane -L
|
bind -n M-a select-pane -L
|
||||||
|
|
Reference in a new issue