1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 20:48:31 +02:00
home-manager/tests/modules
toonn a1162e04b3
tmux: add a prefix option overruling shortcut if defined
Previously, it was not possible to set an arbitrary tmux prefix since
CTRL was hardcoded in the module.

To avoid breaking existing configs, a new option was implemented that
conveniently uses the tmux terminology but defaults to null and does
not affect previous behavior when set to null.

The behavior for the shortcut option was not completely replicated,
i.e., it does not bind "b" to send-prefix but stick to the default of
the prefix binding sending prefix (C-b C-b instead of C-b b) and it
does not bind repetition of the prefix (C-b C-b) to `last-window`,
both of these bring the option closer to the default tmux
configuration.

Fixes #1237
2020-12-21 00:10:59 +01:00
..
accounts git: set SSL if useStartTls is false 2020-08-13 21:36:31 +02:00
files files: make sure the target file name is escaped 2020-08-29 18:22:03 +02:00
home-environment home-environment: add option home.sessionPath 2020-10-05 21:06:42 +02:00
misc xdg: disambiguate home.file attribute names 2020-10-22 23:51:01 +02:00
programs tmux: add a prefix option overruling shortcut if defined 2020-12-21 00:10:59 +01:00
services pbgopy: add service 2020-12-09 23:45:51 +01:00
systemd systemd: use listsAsDuplicateKeys 2020-10-25 22:55:06 +01:00
targets-darwin tree-wide: update url to the repo 2020-10-22 22:41:56 +02:00
targets-linux targets/genericLinux: make locales work 2020-12-10 22:34:30 +01:00
xresources xresources: add missing test file 2020-06-28 11:23:34 +02:00