7 lines
97 B
Nix
7 lines
97 B
Nix
{ ... }: {
|
|
text = ''
|
|
unbind-key C-b
|
|
bind -n M-r source-file ~/.config/tmux/tmux.conf
|
|
'';
|
|
}
|