2012/12/11 bilibop project <[email protected]> > I had a similar problem with xfce4-terminal > bash > tmux > Maybe this solution can work for you: > 1. keep default-terminal to "screen" (accordingly to the tmux manpage) > and > 2. set -g terminal-overrides "xterm*:colors=256" in tmux.conf, assuming > that in Konsole (without tmux) echo $TERM returns xterm or xterm-something. > > But if your problem is vim-only related, you sould begin with > :set t_Co? > :set t_Co=256 > or why not (it's a very good tip): > :help xterm-color > > Cheers, > quidame >
Thanks for all, it was a tmux.conf issue, It works well. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
