.minttyrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 16 Jul 2011 14:41:49 +0300
changeset 139 ee4bcc2e8881
parent 138 2adaa266ebe3
child 140 60f9df9f5785
permissions -rw-r--r--
Enable Ctrl+Ins and Shift+Ins.

; -*- mode: conf -*-

ForegroundColour=0,0,0
BackgroundColour=255,255,255
CursorColour=165,42,42

; Block, Underscore, Line.
CursorType=Block
CursorBlinks=yes

; Off, Low, Medium, High, Glass (>= Vista only).
Transparency=Low
OpaqueWhenFocused=yes

; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
; Nice looks and support large amount of chars.
Font=Courier New
BoldAsFont=yes
FontHeight=10
AllowBlinking=no

FontSmoothing=None

; Enable Ctrl+Ins and Shift+Ins.
ClipShortcuts=yes

BackspaceSendsBS=no
; Disable Windows Alt+Space and Alt+Enter shortcuts.
WindowShortcuts=no
; Enable font zooming shortcuts Ctrl+plus/minus/zero.
ZoomShortcuts=yes
; Shift, Ctrl, Alt, Off.
ScrollMod=Shift

CopyAsRTF=yes

; Use mouse copy on select like in X window.
CopyOnSelect=yes

BellSound=no

Term=xterm-256color
Answerback=

Columns=120
Rows=40
Scrollbar=right
ScrollbackLines=10000
ConfirmExit=yes