diff options
| -rw-r--r-- | modules/home/tmux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index 0844403..d825957 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -16,6 +16,7 @@ set -g set-titles on set -g set-titles-string "#S / #W" + set -g allow-rename on set -g base-index 1 set-window-option -g mode-keys vi |
