-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
powerline appears on top of the default tmux status #151
Comments
Strange, screenshot? Similar/same as this issue? |
Wow, thanks for the quick reply! There is no Preferences -> Settings -> Advanced in iTerm2. Where can I find the East Asian characters option? On Mar 3, 2013, at 7:52 PM, Erik Westrup notifications@github.com wrote:
|
I don't have access to my mac so I can't check this out my self. Maybe I misunderstood @narze and he meant Terminal.app? In that thread iTerm2 was mentioned before his answer so I assumed that he used it too. Mess around with the iTerm options and see if you can find something :-) |
The character encoding is UTF-8, and a search through the prefs and google turned up nothing. Do you have other ideas? I'm using bash and xterm. On Mar 3, 2013, at 8:00 PM, Erik Westrup notifications@github.com wrote:
|
Do you thinx tmux-powerline depends on another dot file that has an option that's not being overridden? On Mar 3, 2013, at 8:00 PM, Erik Westrup notifications@github.com wrote:
|
Strange indeed, could you provide a screenshot? Also, a Gist with the contents of ~/.tmux-powerlinerc and ~/.tmux.conf would be helpful. If you're running iTerm2, make sure that Preferences>Profiles>Text>"Treat ambiguous-width characters as double width" is unchecked because that caused some strange issues for me. |
Where can I find the .tmux-powerline.conf? Here's my .tmux.conf: unbind some default keybindingsunbind C-b set prefix key to ctrl-a#set -g prefix Home lower command delayset -sg escape-time 1 start first window and pane at 1, not zeroset -g base-index 1 bind r to reloading the config filebind r source-file ~/.tmux.conf ; display "Reloaded tmux config file." pass through a ctrl-a if you press it twicebind C-a send-prefix better mnemonics for splitting panes!bind | split-window -h #set-option -g status on On Mar 4, 2013, at 12:34 AM, Erik Jansson notifications@github.com wrote:
|
If you followed the steps in the README the conf generator script should have put it in |
I found what I believe is the problem. I compared your conf to mine and tried yours (with the same result as you had). I then began adding things from my conf and the problem disappeared once I added the line sourcing tmux-colors-solarized/tmuxcolors.conf. Try installing tmux-colors-solarized and sourcing it from .tmux.conf with the following line:
|
Ahh, I just took the lines from that file and put them in my .tmux.conf file and that fixed the problem. Good find! |
@roseperrone I have been struggling with the same exact thing for many days now on OS X 10.8: First I checked the install, please read step 1 to 3 (https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher#os-x) Step 4 still caused python errors so I decided to brew with another formula: After this step I was able to successfully patch a random selected font: PS: After this step all powerline fonts suddenly seemed to work oddly enough, further investigation is required but I figured above might help you out |
Hi all; I think I may have tracked this one down. I'm using Zsh, the usual caveats apply After having the GIANT GREEN BAR ISSUE for 2 days I could not take it anymore. I figured that something was getting botched in my .tmux.conf; the offending option is If you have changed the default background color in your powerline theme, substitute it for colour235 tl;dr:
|
Does that help you other guys too? |
Hey @supernullset and @erikw this works for me, Thanks a lot! |
@jtuz No problem! Glad that I could help! |
@supernullset thank you very much for the tip: set -g status-bg colour235 |
I'm on mac OS 10.8 running the latest tmux. The default tmux status has a bright green background, and this color and its title are visible underneath the powerline status.
The text was updated successfully, but these errors were encountered: