nordtheme / tmux

An arctic, north-bluish clean and elegant tmux color theme.
https://www.nordtheme.com/ports/tmux
MIT License
1.07k stars 141 forks source link

tmux_prefix_highlight pushes right-aligned statusbar items #31

Open parmort opened 5 years ago

parmort commented 5 years ago

Hi, awesome theme (along with the compatibility with a bunch of programs)!

When I activate the prefix highlight, all the other right aligned statusbar items are pushed to the right 3 characters. With the copy highlight, the other items are moved 1 character.

This is all with the non-patched version.

nilsbore commented 4 years ago

My fix to at least avoid any shift with the prefix, was to add this line to my tmux config:

set -g @prefix_highlight_empty_prompt '    '
nilsbore commented 4 years ago

On my machine this was caused by a long hostname, so a more sensible solution is actually to increase the width of the right status bar similar to the proposed https://github.com/arcticicestudio/nord-tmux/pull/27 .