You are not logged in.
urxvt is not rendering left arrow, but right arrow doesn't have any problem.
screen shot of vim-airline
I'm using Inconsolata for Powerline and urxvt configuration is
URxvt*font: xft:Inconsolata for Powerline:regular:pixelsize=16,xft:Dejavu Sans Mono
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
I checked my font in gedit and confirmed that left arrow is included.
Any help will be appreciated.
Last edited by jishnu7 (2013-11-27 16:28:47)
Offline
Are you using the vim-only powerline, or the new unified one?
First thing I can think of is your config files aren't referencing the correct glyph, or there is a mistake in them somewhere.
Search for the arrow it should be visible in the config.
Also "xft:Inconsolata for Powerline" should be "xft:Inconsolata\ for\ Powerline", at least my terminess font has the spaces like that.
Edit: Oh, and there is a \ and a new line in my .Xdefaults before the fallback font
URxvt*font: xft:Terminess\ Powerline:pixelsize=14,\
xft:Fixed:antialias=false:style=ja:pixelsize=13
Edit2: Sorry, I didn't see you were using airline. I installed it just now and it's better than the other one!
As for the problem - try setting
let g:airline_right_sep = ''
in your .vimrc and make sure you actually see the symbol, cause my font might be different.
Last edited by suija (2013-11-26 23:02:38)
.. ..- ... . .- .-. -.-. .... -... - .--
Offline
Are you using the vim-only powerline, or the new unified one?
First thing I can think of is your config files aren't referencing the correct glyph, or there is a mistake in them somewhere.
Search for the arrow it should be visible in the config.Also "xft:Inconsolata for Powerline" should be "xft:Inconsolata\ for\ Powerline", at least my terminess font has the spaces like that.
Edit: Oh, and there is a \ and a new line in my .Xdefaults before the fallback font
URxvt*font: xft:Terminess\ Powerline:pixelsize=14,\ xft:Fixed:antialias=false:style=ja:pixelsize=13
Edit2: Sorry, I didn't see you were using airline. I installed it just now and it's better than the other one!
As for the problem - try settinglet g:airline_right_sep = ''
in your .vimrc and make sure you actually see the symbol, cause my font might be different.
re
Thanks for the reply. I actually tried setting leftwards arrowhead to airline before posting here. It wasn't working. Here is the screenshot of printing powerline symbols in urxvt, this is more like a urxvt related configuration issue than vim-airline.
I also tried \ before space, it is doesn't make any difference.
Offline
I copied your config and it's working here. My inconsolata font is from Lokaltog
Does it work in other terminals?
.. ..- ... . .- .-. -.-. .... -... - .--
Offline
I some how got it working. Changing font pixel size to an odd number fixed the issue.
Thanks for the help.
Offline