2019-02-09 17:19:56 -08: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-04 15:04:24 -07:00
|
|
|
tmux-secure-socket-enabled = ./secure-socket-enabled.nix;
|
2019-06-04 06:21:20 -05:00
|
|
|
tmux-disable-confirmation-prompt = ./disable-confirmation-prompt.nix;
|
2019-10-15 10:23:32 +08: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 16:02:14 +06:00
|
|
|
tmux-mouse-enabled = ./mouse-enabled.nix;
|
2019-02-09 17:19:56 -08:00
|
|
|
}
|