8 lines
228 B
Bash
8 lines
228 B
Bash
unbind r
|
|
bind r source-file ~/.tmux.conf
|
|
|
|
set -g prefix C-y
|
|
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/'
|
|
|
|
source-file ~/.config/tmux/tmux.conf.d/plugins.conf
|
|
source-file ~/.config/tmux/tmux.conf.d/keybinds.conf |