NTHU-CS Maple BBS 2.36 BBS-like editor ftp://wj.o3.net/freebsd/woju/source/ve.txt 除了基本功能外,一些 programmer 常用的功能: 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 這是個和 ee 同級的「迷你 editor」,只有五十幾K,是 woju 在 unix 上的 default editor,最大的缺點是 TAB 會轉成 Space,因此不要用 ve 來編需要 TAB 的檔,像 Makefile、sendmail.cf、syslog.conf... 等。 ve.hlp: less -r ve.hlp 有關 TAB/SPACE diff -b f.orig f.new or "-durb" man expand/unexpand