zsh-tmux-rename

February 24, 2018 ยท View on GitHub

Keeps the window list human-readable.

How it works

This plugin renames window name according to working directory.

preview

asciicast

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.