.minttyrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Aug 2010 14:45:37 +0300
changeset 90 56c86e8dc799
parent 85 9ea1aa1dcfd9
child 136 6dea11341035
permissions -rw-r--r--
Disable Windows Alt+Space and Alt+Enter shortcuts. Enable font zooming shortcuts Ctrl+plus/minus/zero.

; -*- mode: conf -*-

[Looks]
ForegroundColour=0,0,0
BackgroundColour=255,255,255
CursorColour=165,42,42

; Block (0), Underscore (1), Line (2)
CursorType=0

CursorBlinks=1

[Text]
; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
; Nice looks and support large amount of chars.
Font=Courier New
; If 0 set default font to normal, if 1 set default font to bolt.
FontIsBold=0
; 0 force use bold font for bold char.
BoldAsBright=0
FontHeight=10

FontQuality=0

[Keys]
AltSendsESC=0
BackspaceSendsBS=0
; Disable Windows Alt+Space and Alt+Enter shortcuts.
WindowShortcuts=0
; Enable font zooming shortcuts Ctrl+plus/minus/zero.
ZoomShortcuts=1
; ScrollMod=1

[Mouse]
; Use mouse copy on select like in X window.
CopyOnSelect=1

[Output]
BellSound=0

Term=xterm-256color
Answerback=

[Window]
Columns=120
Rows=40
Scrollbar=1
ScrollbackLines=10000
ConfirmExit=1