2020-10-12 00:22:58 +00:00
|
|
|
{
|
|
|
|
tmux-emacs-with-plugins = ./emacs-with-plugins.nix;
|
|
|
|
tmux-not-enabled = ./not-enabled.nix;
|
|
|
|
tmux-vi-all-true = ./vi-all-true.nix;
|
|
|
|
tmux-secure-socket-enabled = ./secure-socket-enabled.nix;
|
|
|
|
tmux-disable-confirmation-prompt = ./disable-confirmation-prompt.nix;
|
2021-07-02 22:36:30 +00:00
|
|
|
tmux-default-shell = ./default-shell.nix;
|
|
|
|
tmux-shortcut-without-prefix = ./shortcut-without-prefix.nix;
|
|
|
|
tmux-prefix = ./prefix.nix;
|
2023-08-08 10:19:01 +00:00
|
|
|
tmux-mouse-enabled = ./mouse-enabled.nix;
|
2020-10-12 00:22:58 +00:00
|
|
|
}
|