nix/home/file/tmux/module/Config.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
'';
}