-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
80 lines (66 loc) · 2.71 KB
/
README
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
72
73
74
75
76
77
78
79
Zed - text/programmer's editor.
REQUIREMENTS
************
- You have to use gnu gcc, gnu make and gnu install.
BUILDING
********
- Edit Makefile to select your system optimizations&simila
- "make"
- now you have two executables: "zed" for terminal mode, "zedx" for X11 mode.
INSTALL
*******
- "make -n install" to see what it'll do
- "make install" if you like it :)
- if you want to customize configurations, copy the config files in your home
directory as .zedrc and .zedxrc; if zed'll found error(s) in they,
it'll revert to the copy in /etc or /usr/local/etc.
- the default configuration for zed (cfg/zedrc, terminal mode) works with
LINUX in a LOCAL console and use a trick to retrieve shift status throw
linux's kernel. If this isn't your case, use the reduced version of
the configuration file (cfg/zedrc.xterm) or use X11 version (zedx).
Using the reduced version you'll loose some nice things, like mark a block
with shift-arrow, but it'll work in every ansi/vt100 terminal.
- you can configure almost ALL, please read zed.doc.
VERY FAST DEMO
**************
- look at zed.png
MAJOR FEATURES
**************
- Can use ANY keysequence (e.g. define a block with shift-arrow)
even under unix local text terminal (linux).
- intelligent screen update (NOT using the slow (n)curses).
- Column blocks with insert & overwrite.
- multi window/multi buffer.
- color c++, html, tex, java, mail file.
- shows parenthesis matching, searches for C functions, reindents C blocks.
- about 200 commands and 100 variables to deal with.
- Can edit/insert control codes (ascii 0-31 and 128-159).
- executes programs with output redirected on a window (i.e. make, man, etc...).
- Can load files with CRLF and/or CR and/or LF end-of-line marker.
- clipboard and delete buffer.
- savable run-time macros.
- simple and powerful configuration system.
- easy document mode, almost ascii.
- automatic wordwrap and reformat, even inside quoted line within a e-mail file.
- small, fast, powerful, low cpu consumer.
- hexdump-like mode to edit binary file.
- You can go everywhere with the cursor
- Internal, fast file selector.
- all that you'll find.
- I'm working in a new version of zed, with many improvements,
but I don't know when I'll release it.
WHERE ZED WORKS
***************
Zed is known to works well on:
Linux, HPUX, SunOS, AIX.
Reported to work under Irix.
HOW TO CONTACT THE AUTHOR
*************************
For suggestions, contributions, bug reports (aka undocumented features),
happy users reports:
e-mail: [email protected]
WWW: http://zed.iam.it
ACKNOWLEDGEMENTS
****************
I would like to thank all those people who has helped me testing Zed. THANKS!
A good free program from Vicenza, Italy!