Last active
June 9, 2016 01:49
-
-
Save alexblackie/89357527dae54b5512b7c86df47b5228 to your computer and use it in GitHub Desktop.
Sane defaults for Putty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY\Sessions\Default%20Settings] | |
"UserName"="alex" | |
"FullScreenOnAltEnter"=dword:00000001 | |
"Beep"=dword:00000000 | |
"BeepInd"=dword:00000000 | |
"TermWidth"=dword:00000096 | |
"TermHeight"=dword:00000028 | |
"Font"="Consolas" | |
"FontIsBold"=dword:00000000 | |
"UseSystemColours"=dword:00000000 | |
"ANSIColour"=dword:00000001 | |
"Xterm256Colour"=dword:00000001 | |
"BoldAsColour"=dword:00000001 | |
"Colour0"="187,187,187" | |
"Colour1"="255,255,255" | |
"Colour2"="5,5,5" | |
"Colour3"="85,85,85" | |
"Colour4"="0,0,0" | |
"Colour5"="0,255,0" | |
"Colour6"="35,35,35" | |
"Colour7"="85,85,85" | |
"Colour8"="187,0,0" | |
"Colour9"="255,85,85" | |
"Colour10"="0,187,0" | |
"Colour11"="85,255,85" | |
"Colour12"="187,187,0" | |
"Colour13"="255,255,85" | |
"Colour14"="74,175,251" | |
"Colour15"="136,202,255" | |
"Colour16"="187,0,187" | |
"Colour17"="255,85,255" | |
"Colour18"="0,187,187" | |
"Colour19"="85,255,255" | |
"Colour20"="187,187,187" | |
"Colour21"="255,255,255" | |
"MouseIsXterm"=dword:00000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment