9 lines
151 B
Nix
9 lines
151 B
Nix
{ ... }: {
|
|
text = ''
|
|
unbind-key C-b
|
|
set-option -g prefix C-[
|
|
bind-key C-[ send-prefix
|
|
bind -n M-r source-file ~/.config/tmux/tmux.conf
|
|
'';
|
|
}
|