Awesome
zsh-tmux-rename
Keeps the window list human-readable.
<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->How it works
This plugin renames window name according to working directory.
Installation
-
I recommend zplugin to load lazily.
# Wait 1s to load zplugin ice wait'1' zplugin light 'sei40kr/zsh-tmux-rename'
-
You can also use zplug.
zplug 'sei40kr/zsh-tmux-rename'
Requirements
- unused vcs_info - Loaded automatically, but make sure that other plugins don't use it. (especially prompt plugins)
TODO
- Update preview to make clear what this plugin does.