Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I posted an issue found at on the github link below, but in short, I can't get zsh to work properly. I'm open to suggestions.

https://github.com/erikw/tmux-powerline/issues/125

share|improve this question

1 Answer

Do you have UTF characters in your prompt? If so, make sure you have these settings in your .tmux.conf:

# use UTF8
set -g utf8
set-window-option -g utf8 on

Some UTF characters will take an extra space, causing some weird formatting of tmux-powerline.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.