Reputation: 513
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
but when i use tmux it is breaking the code like below
am i missing something or do i need to provide anything?
Thanks in advance
Upvotes: 2
Views: 352
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