1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-15 08:46:52 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Berk Özkütük
e0a6f0c7dd
Merge 088d81b6b6 into 0ff53f6d33 2025-03-26 02:55:54 +03:00
Bruno BELANYI
bf23fe4108
tmux: add 'focusEvents'
With `tmux-sensible` being disabled by default, add an easy toggle to
enable this functionality.

Disabled by default, as in upstream `tmux`.
2024-12-02 22:43:34 +01:00
Gen
f83dc9f25a
tmux: set sensibleOnTop = false as a default
Fixes #5952
2024-11-28 11:30:10 +01:00
Berk Ozkutuk
088d81b6b6 tmux: true color support
Adds True Color support based on the following gist:
https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
2023-12-29 23:47:48 +01:00
Sleroq
2ffc6d6496
tmux: mouse support (#3642)
Co-authored-by: Sleroq <sleroq@sleroq.link>
2023-02-05 11:02:14 +01:00
Leon Vack
e96fc6d8f9
tmux: add notes to existing keybindings (#2540) (#2742)
Adds notes to the keybindings created in the tmux config making them
show up in C-b ? and tmux list-keys -N

Fixes #2540
2022-03-19 19:12:21 -04:00
Johannes Rosenberger
a7cdfaa325
tmux: reorder tmux.conf content
In particular, put `extraConfig` in the end, which enables overriding
of all settings, even plugin settings.

PR #945
2020-04-27 22:04:13 +02:00
Sebastián Estrella
29824a8cf6 tmux: Disable confirmation prompt 2019-06-05 13:05:10 +09:00