Vim-devicons: nerd tree rendering problem while using tmux

Created on 4 Aug 2015  路  7Comments  路  Source: ryanoasis/vim-devicons

I had rendering problems with vim nerd tree while using it with tmux. just like in this post http://stackoverflow.com/questions/22715071/vim-and-tmux-rendering-error

so i had to add a line in .tmux.conf to fix it

set-window-option -g utf8 on

My current problem is, to make vim-dev icons works i had to remove the previous configuration from .tmux.conf. as remove the configuration redering problem comes back

every thing works perfect without tmux. i use ubuntu and xterm

Most helpful comment

I found a solution to this. To get full support of unicode in tmux. open it like this

tmux -u

All 7 comments

Hmm I will have to look into this and test more to get back to you. Sorry

@ryanoasis which os do you use , also which terminal and font is used in while taking the screeenshot

@kiranps I use Linux mostly. Have done some basic testing on Windows.

Which screenshot are you referring to?

I tried to take screenshots of most of the terminals I tested (Gnome, Urxvt). Most of the main screenshots you see are Xfce terminal.

The font I use most is probably the Droid Sans patched or the Literation (Liberation) patched one.

Btw, I tested a tmux session in xterm and I do not see any particular issues
I have a similar line in my .tmux.conf:
set -g status-utf8 on

Can you paste a screenshot?

@ryanoasis please add

set-window-option -g utf8 on

to your tmux.conf and check whether vim dev-icons are working

tmux

when open and close my nerdtree some part on the separator of the nerd tree remains in the window. also first line has some problems. some times first line merges with the airline plugin, this is caused due to the removal of set-window-option -g utf8 on from tmux.conf

I found a solution to this. To get full support of unicode in tmux. open it like this

tmux -u

@kiranps great! I will try to add some more details to the readme :+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ctaylo21 picture ctaylo21  路  3Comments

aminnairi picture aminnairi  路  4Comments

extrante picture extrante  路  8Comments

soulomoon picture soulomoon  路  10Comments

DemonCloud picture DemonCloud  路  3Comments