2019-02-10 01:19:56 +00: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 22:04:24 +00:00
|
|
|
tmux-secure-socket-enabled = ./secure-socket-enabled.nix;
|
2019-06-04 11:21:20 +00:00
|
|
|
tmux-disable-confirmation-prompt = ./disable-confirmation-prompt.nix;
|
2019-10-15 02:23:32 +00:00
|
|
|
tmux-default-shell = ./default-shell.nix;
|
2020-05-20 13:23:00 +00:00
|
|
|
tmux-shortcut-without-prefix = ./shortcut-without-prefix.nix;
|
|
|
|
tmux-prefix = ./prefix.nix;
|
2023-02-05 10:02:14 +00:00
|
|
|
tmux-mouse-enabled = ./mouse-enabled.nix;
|
2019-02-10 01:19:56 +00:00
|
|
|
}
|