diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-31 18:12:42 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-31 18:12:42 +0000 |
commit | c4585d8d0ef0a5f04a8700b9fc985016c0c22179 (patch) | |
tree | 33757718c2ee2d8acbf1ccf323d25c41f6012cf9 /chinese/ve/pkg-descr | |
parent | 7458b427c322b73acd9f2a6f7eadde3de1a39222 (diff) |
Notes
Diffstat (limited to 'chinese/ve/pkg-descr')
-rw-r--r-- | chinese/ve/pkg-descr | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/chinese/ve/pkg-descr b/chinese/ve/pkg-descr new file mode 100644 index 000000000000..c70284dd8ddf --- /dev/null +++ b/chinese/ve/pkg-descr @@ -0,0 +1,32 @@ +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 |