summaryrefslogtreecommitdiff
path: root/modules/programs/tmux.nix
AgeCommit message (Collapse)Author
2024-10-31tmux: remove `programs.tmux.defaultCommand`Michael Hoang
2024-04-19treewide: remove lib.mdDocWeijia Wang
2023-06-24treewide: convert all option docs to MarkdownEmily
This process was automated by [my fork of `nix-doc-munge`]; thanks to @pennae for writing this tool! It automatically checks that the resulting documentation doesn't change, although my fork loosens this a little to ignore some irrelevant whitespace and typographical differences. As of this commit there is no DocBook remaining in the options documentation. You can play along at home if you want to reproduce this commit: $ NIX_PATH=nixpkgs=flake:nixpkgs/c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22 \ nix shell nixpkgs#coreutils \ -c find . -name '*.nix' \ -exec nix run github:emilazy/nix-doc-munge/0a7190f600027bf7baf6cb7139e4d69ac2f51062 \ {} + [my fork of `nix-doc-munge`]: https://github.com/emilazy/nix-doc-munge
2020-03-29Rename programs.tmux.tmuxConfig -> extraConfigJason Felice
2019-11-01tmux: clear __NIX_DARWIN_SET_ENVIRONMENT_DONEzhujun
This is necessary to allow shell sessions inside tmux having a chance to set environment properly
2019-02-16tmux: add defaultCommand optionDaiderd Jordan
2018-10-12tmux: remove reattach-to-user-namespaceDaiderd Jordan
It's not been needed anymore for a few macOS releases now.
2018-01-03tmux: play nice with iTerm2Eric Bailey
That is, don't use reattach-to-user-namespace. iTerm2 provides an option to allow applications in the terminal to access the clipboard, as well as deeper shell integration utilities, which obviate the need for reattach-to-user-namespace. What's more, iTerm2's tmux integration doesn't work with it, nor when aggressive-resize is on. See also: - https://iterm2.com/documentation-preferences.html - https://iterm2.com/documentation-utilities.html - https://iterm2.com/documentation-tmux-integration.html - https://github.com/tmux-plugins/tmux-sensible/issues/24
2017-10-19improve descriptions for a bunch of modulesDaiderd Jordan
2017-06-04tmux: fix vim copy bindings for >= v2.4Daiderd Jordan
2017-01-10programs.tmux: use reattach-to-user-namespace from nixpkgsDaiderd Jordan
2017-01-02move write-text submoduleDaiderd Jordan
2016-12-18add environment.loginShell optionDaiderd Jordan
2016-12-18add programs.vim moduleDaiderd Jordan
2016-12-17fix types for environment variablesDaiderd Jordan
2016-12-12add enable option for programs.tmuxDaiderd Jordan
2016-11-07add programs.tmux.enableFzf optionDaiderd Jordan
2016-11-06move tmux.conf to programs.tmux moduleDaiderd Jordan
2016-11-06reorganize modulesDaiderd Jordan