tmux: added reload config
This commit is contained in:
parent
0b344bfb83
commit
2eb2d24b23
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ bind | split-window -h
|
|||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
# reload config with prefix + r
|
||||
bind-key r source-file ~/.tmux.conf
|
||||
|
||||
# tmux as non-login shell
|
||||
# https://wiki.archlinux.org/index.php/tmux#Start_a_non-login_shell
|
||||
|
|
Loading…
Reference in a new issue