aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample.teco_ini
blob: 5a2b624a0ea903582c1e2699ce31d82a1836abaa (plain)
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
! TECO.INI !

! Set default terminal color scheme !
EMQ[$SCITECOPATH]/color.tes
:EMQ[$SCITECOPATH]/colors/terminal.tes

! Load lexer and buffer session libraries !
EMQ[$SCITECOPATH]/lexer.tes
EMQ[$SCITECOPATH]/session.tes

! Automatic lexing and session management using ED hooks !
@#ED{
  Oadd,edit,close,quit
  !add!
    ! Add code here to execute when a document is added !
    M[lexer.auto]
    ! Set up margins !
    33ESTEXTWIDTH9U.w
    5*Q.w,0ESSETMARGINWIDTHN
    0,1ESSETMARGINWIDTHN
    Q.w,2ESSETMARGINWIDTHN
    ! fall through !

  !edit!
    ! Add code here to execute when a document is edited !
    Oend

  !close!
    ! Add code here to execute when a document is closed !
    Oend

  !quit!
    ! Add code here to execute when SciTECO quits !
    M[session.save]
!end!}
0,32ED

! Keyboard macros !
EMQ[$SCITECOPATH]/fnkeys.tes
! Uncomment to enable default keyboard macros !
! 0,64ED !

! Uncomment to tweak the undo stack memory limit !
! 500*1024*1024,2EJ !

! If files are given on the command-line, open them
  and disable session saving.
  Otherwise open a buffer session. !
Z"=
  ! Uncomment to use a separate session per VCS repository or
    working copy (see session.tes): !
  ! M[session.vcs] !
  M[session.load]
|
  [session.path] ! disables session saving !
  [.f
    <:L;R 0X.f [* EBQ.f ]* L>
  ].f
  -EF
'