2019-02-10 02:19:56 +01:00
|
|
|
{
|
|
|
|
tmux-emacs-with-plugins = ./emacs-with-plugins.nix;
|
|
|
|
tmux-not-enabled = ./not-enabled.nix;
|
|
|
|
tmux-vi-all-true = ./vi-all-true.nix;
|
2019-04-05 00:04:24 +02:00
|
|
|
tmux-secure-socket-enabled = ./secure-socket-enabled.nix;
|
2019-06-04 13:21:20 +02:00
|
|
|
tmux-disable-confirmation-prompt = ./disable-confirmation-prompt.nix;
|
2019-10-15 04:23:32 +02:00
|
|
|
tmux-default-shell = ./default-shell.nix;
|
2020-05-20 15:23:00 +02:00
|
|
|
tmux-shortcut-without-prefix = ./shortcut-without-prefix.nix;
|
|
|
|
tmux-prefix = ./prefix.nix;
|
2023-02-05 11:02:14 +01:00
|
|
|
tmux-mouse-enabled = ./mouse-enabled.nix;
|
2019-02-10 02:19:56 +01:00
|
|
|
}
|