Skip to content

Custom Formatting Support

Latest

Choose a tag to compare

@joshmedeski joshmedeski released this 05 Nov 14:44
· 3 commits to main since this release
f908795

New Feature - Custom Formatting

You can now use the auto-rename-format option with a new #{window_icon} to customize how your tmux windows are named.

set -g automatic-rename-format "#{window_icon} #{b:pane_current_path}"

Thanks to @HT2Knock for the PR!

What's Changed

  • Adding Just file icon by @gj1118 in #45
  • Fix: handle escaping invalid chars in ya parsing, use -r flag to ensure no quotes around icons by @z3z1ma in #47
  • Add weechat irc client icon by @vlanx in #49
  • Add 3 new process icons by @jasonshanks in #50
  • Add python3 support by @arne-vl in #54
  • add vi alias for vim by @Mause in #55
  • feat: add bazel, glances and kubie icons by @chagui in #56
  • feat: allow placeholder replace over custom format by @HT2Knock in #57

New Contributors

Full Changelog: v2.1.2...v2.2.0