I am having trouble with my colorscheme in vim. When editing a file using a vim session started in GNU screen, the text background is not rendered correctly. In
vim
To make vim, bash, and screen settings work together:
1) In .bashrc add the following:
export TERM=xterm-256color
2) In .screenrc add the following:
altscreen on defbce on set term=screen-256color