9 lines
121 B
Nix
9 lines
121 B
Nix
{ ... }: let
|
|
mod = "M";
|
|
in {
|
|
text = ''
|
|
unbind-key C-b
|
|
bind -n ${mod}-r source-file ~/.config/tmux/tmux.conf
|
|
'';
|
|
}
|