diff options
| -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 |
