2013年5月30日 星期四

Make Vim and screen supporting 256-color display

In .vimrc:
set t_Co=256
view raw .vimrc hosted with ❤ by GitHub
In .screenrc:
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
view raw .screenrc hosted with ❤ by GitHub