diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 09:19:30 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 09:19:30 +0200 |
| commit | d7020c3bba92e30dd7ca87221a0252e63689607d (patch) | |
| tree | 2bf93f0fc81b0efd40247420bde9576ff61dad35 /modules/home/tmux.nix | |
| parent | a6a9dd09dc685d7d7d0835a5086c7876b27d0f2a (diff) | |
| download | dotfiles-d7020c3bba92e30dd7ca87221a0252e63689607d.tar.gz dotfiles-d7020c3bba92e30dd7ca87221a0252e63689607d.zip | |
feat(tmux): enable window titles
Diffstat (limited to 'modules/home/tmux.nix')
| -rw-r--r-- | modules/home/tmux.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index f084f35..0844403 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -14,6 +14,9 @@ set -g mouse on + set -g set-titles on + set -g set-titles-string "#S / #W" + set -g base-index 1 set-window-option -g mode-keys vi |
