Fixing PuTTY

I suppose you could call this another "First (X) Things to Do".

I'm talking about the installed version of putty here, and really there isn't much to do. There's really only two things I wanted to make a note of.

1) Disable right click to paste

Maybe you're a fan, personally I can't count the number of times I've pasted random gibberish in because everything else in the world uses that as the menu button. To fix this:

  • Go to Window -> Selection
  • Change "Action of mouse button" to Windows
  • Go back to Session, click Default Settings, and Save

2) Fix the color scheme

Seriously, who made the default Putty scheme? Dark blue on black? Try Zenburn! Copy and paste the below into a file with the extension .reg and load it into the registry. Note: This will remove your default colors, huge loss, I know.

Zenburn in Putty

I usually like the Solarized themes, but I like this one better on Putty for some reason.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]
"Colour0"="255,255,255"
"Colour1"="255,255,255"
"Colour2"="51,51,51"
"Colour3"="85,85,85"
"Colour4"="0,0,0"
"Colour5"="0,255,0"
"Colour6"="77,77,77"
"Colour7"="85,85,85"
"Colour8"="187,0,0"
"Colour9"="255,85,85"
"Colour10"="152,251,152"
"Colour11"="85,255,85"
"Colour12"="240,230,140"
"Colour13"="255,255,85"
"Colour14"="150,133,63"
"Colour15"="135,206,235"
"Colour16"="255,222,173"
"Colour17"="255,85,255"
"Colour18"="255,160,160"
"Colour19"="255,215,0"
"Colour20"="245,222,179"
"Colour21"="255,255,255"