Dinkaran Ilango
Dinkaran Ilango

Reputation: 513

vim github colorscheme notworking with zsh

I am using ubuntu 13.04 with the following configurations

tmux vim - github colorscheme zsh - default shell

myproblem is when i tried to open a code in vim without tmux it looks fine see below

enter image description here

but when i use tmux it is breaking the code like below

enter image description here

am i missing something or do i need to provide anything?

Thanks in advance

Upvotes: 2

Views: 352

Answers (1)

Kiran PS
Kiran PS

Reputation: 19

Try the following. This has worked for me:

Add the following to the file

$ ~/.tmux.conf

set -g default-terminal "screen-256color"

Upvotes: 0

Related Questions