mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c4585d8d0e
Submitted by: woju@freebsd.ntu.edu.tw New port : ve, a Chinese command line editor, obtained from NTHU-CS Maple BBS 2.36 src code. From the submitter: ve is a tiny editor, about 60K. It's woju's favorite UNIX editor. The most obvious weakness of ve is changing TABs into Spaces. So please don't use ve to edit TAB-important files, such as Makefile, sendmail.cf, syslog.conf... etc.
33 lines
864 B
Plaintext
33 lines
864 B
Plaintext
NTHU-CS Maple BBS 2.36 BBS-like editor
|
|
|
|
ftp://wj.o3.net/freebsd/woju/source/ve.txt
|
|
|
|
Besides normal functions, it has some great features for programmers --
|
|
goto line (ESC-G)
|
|
cut & paste cross files (Ctrl-G to see ve.hlp)
|
|
block shift left/right (ESC-J/K, Ctrl-G to see ve.hlp)
|
|
parenthesis matching (ESC-[)
|
|
seaching (Ctrl-S, ESC-n, ESC-p)
|
|
(matching start of line, case sensitive/in-sensitive, forward/backward)
|
|
undo line (ESC - '-', or ESC-_ )
|
|
undelete lines (ESC-u)
|
|
...
|
|
emacs-like hot-key
|
|
|
|
ve is a tiny editor, about 60K. It's woju's favorite UNIX editor.
|
|
The most obvious weakness of ve is changing TABs into Spaces. So
|
|
please don't use ve to edit TAB-important files, such as Makefile,
|
|
sendmail.cf, syslog.conf... etc.
|
|
|
|
Manual --
|
|
ve.hlp: less -r ve.hlp
|
|
|
|
About TAB/SPACE
|
|
diff -b f.orig f.new
|
|
or "-durb"
|
|
|
|
man expand/unexpand
|
|
|
|
See Also --
|
|
ports/chinese/big5con
|