7 lines
192 B
Bash
7 lines
192 B
Bash
bind r source-file ~/.tmux.conf \; display "Reloaded tmux config";
|
|
|
|
set -g prefix C-y
|
|
|
|
source-file ~/.config/tmux/tmux.conf.d/plugins.conf
|
|
source-file ~/.config/tmux/tmux.conf.d/keybinds.conf
|