nix/home/config/tmux/module/Config.nix
2024-11-06 01:07:30 +03:00

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
'';
}