aboutsummaryrefslogtreecommitdiffhomepage
path: root/teco.ini
diff options
context:
space:
mode:
Diffstat (limited to 'teco.ini')
-rw-r--r--teco.ini55
1 files changed, 0 insertions, 55 deletions
diff --git a/teco.ini b/teco.ini
deleted file mode 100644
index 67ead44..0000000
--- a/teco.ini
+++ /dev/null
@@ -1,55 +0,0 @@
-! 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
-
-! Uncomment to use a separate session per Git repository !
-! M[session.git] !
-
-! 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 !
-
-! open all files specified on the commandline
- If no file is specified, load the last buffer session !
-Z"=
- M[session.load]
-|
- [.f
- <:L;R 0X.f [* EBQ.f ]* L>
- ].f
- -EF
-'