nix/home/file/tmux/module/Config.nix

9 lines
151 B
Nix
Raw Normal View History

2024-11-04 04:37:29 +03:00
{ ... }: {
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
'';
2024-04-30 20:35:45 +03:00
}