Skip to content

Instantly share code, notes, and snippets.

@dalemyers
Last active December 26, 2015 03:19
Show Gist options
  • Save dalemyers/7085296 to your computer and use it in GitHub Desktop.
Save dalemyers/7085296 to your computer and use it in GitHub Desktop.
Setting vim's correct colour scheme in putty
if &term =~ "xterm"
"256 color --
let &t_Co=256
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment