summary refs log tree commit diff
path: root/nixos/modules/programs/tmux.nix
Commit message (Collapse)AuthorAge
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* tmux module: do not override keys by default in VI mode (#17330)Peter Hoeg2016-07-28
| | | | | We want to stick to upstream defaults as much as possible. As pointed out by @8573 in #16999, this was not the case.
* tmux module: set TMUX_TMPDIR via environment instead of wrapperPeter Hoeg2016-05-27
|
* tmux module: add additional variables for configuring tmuxPeter Hoeg2016-05-18
| | | | Also wraps the tmux binary, so that sockets are stored under /run
* tmux nixos module: add nixos program module for tmuxPeter Hoeg2016-03-27
This basic module allows you to specify the tmux configuration. As great as tmux is, some of the defaults are pretty awful, so having a way to specify the config really helps.