-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathputty_settings.reg
79 lines (72 loc) · 2.16 KB
/
putty_settings.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
REGEDIT4
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY]
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions]
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]
; X11 forwarding client: http://sourceforge.net/projects/xming/
;
; The settings below were generated with the following CMD:
; regedit /e "%USERPROFILE%\Downloads\putty.reg" HKEY_CURRENT_USER\Software\SimonTatham
; To figure out what settings to add to this file:
; * Run the above CMD.
; * Load the Default Settings in putty, make edits.
; * Run the CMD again, then diff to find the setting name and value.
; Note: do not replace the "SimonTatham" username in the above paths.
; Solarized color palette.
"Colour0"="131,148,150"
"Colour1"="147,161,161"
"Colour2"="0,43,54"
"Colour3"="7,54,66"
"Colour4"="0,43,54"
"Colour5"="238,232,213"
"Colour6"="7,54,66"
"Colour7"="0,43,54"
"Colour8"="220,50,47"
"Colour9"="203,75,22"
"Colour10"="133,153,0"
"Colour11"="88,110,117"
"Colour12"="181,137,0"
"Colour13"="101,123,131"
"Colour14"="38,139,210"
"Colour15"="131,148,150"
"Colour16"="211,54,130"
"Colour17"="108,113,196"
"Colour18"="42,161,152"
"Colour19"="147,161,161"
"Colour20"="238,232,213"
"Colour21"="253,246,227"
; Improves display of tmux splits.
"LineCodePage"="UTF-8"
; Font size in hex.
"FontHeight"=dword:0000000a
; Other settings.
"Font"="Lucida Console"
"FontQuality"=dword:00000003
"Present"=dword:00000001
"Protocol"="ssh"
"CloseOnExit"=dword:00000001
"WarnOnClose"=dword:00000001
"PingInterval"=dword:00000000
"PingIntervalSecs"=dword:0000003b
"TerminalType"="xterm-256color"
"SshProt"=dword:00000003
"HideMousePtr"=dword:00000001
"Beep"=dword:00000001
"ScrollbackLines"=dword:000007d0
"TermWidth"=dword:00000050
"TermHeight"=dword:00000028
"UseSystemColours"=dword:00000000
"TryPalette"=dword:00000000
"ANSIColour"=dword:00000001
"Xterm256Colour"=dword:00000001
"BoldAsColour"=dword:00000000
"MouseIsXterm"=dword:00000001
"RectSelect"=dword:00000000
"MouseOverride"=dword:00000001
"UTF8Override"=dword:00000001
"ScrollBar"=dword:00000000
"ScrollBarFullScreen"=dword:00000000
"ScrollOnKey"=dword:00000001
"ScrollOnDisp"=dword:00000000
"X11Forward"=dword:00000001
"Beep"=dword:00000000
"TryAgent"=dword:00000001