-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.minttyrc
71 lines (59 loc) · 1.06 KB
/
.minttyrc
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
# Colours (Solarized Dark with modifications)
ForegroundColour=131,148,150
BackgroundColour=0,43,54
CursorColour=225,175,43
Black=7,54,66
BoldBlack=0,43,54
Red=220,50,47
BoldRed=203,75,22
Green=133,153,0
BoldGreen=88,110,117
Yellow=181,137,0
BoldYellow=101,123,131
Blue=38,139,210
BoldBlue=131,148,150
Magenta=211,54,130
BoldMagenta=108,113,196
Cyan=42,161,152
BoldCyan=147,161,161
White=238,232,213
BoldWhite=253,246,227
# Terminal
Term=xterm-256color
ConfirmExit=yes
Hold=start
ScrollbackLines=10000
Scrollbar=right
PgUpDnScroll=no
BellType=0
BellFlash=yes
BellTaskbar=yes
Transparency=off
# Cursor
AllowBlinking=no
CursorType=block
CursorBlinks=no
# Fonts
BoldAsFont=yes
BoldAsColour=no
FontHeight=12
Font=DejaVu Sans Mono
FontSmoothing=full
# Keyboard
CtrlShiftShortcuts=yes
ClipShortcuts=no
CtrlAltIsAltGr=no
BackspaceSendsBS=no
DeleteSendsDEL=no
WindowShortcuts=no
SwitchShortcuts=no
AltFnShortcuts=no
ScrollMod=shift
# Mouse
ClicksPlaceCursor=yes
ClicksTargetApp=yes
ClickTargetMod=shift
RightClickAction=menu
MiddleClickAction=paste
ZoomMouse=yes
CopyOnSelect=no