diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-04-19 14:05:17 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-04-19 14:05:17 +0000 |
commit | 2ef35b80492c07d472ed58544b9aad308096a2ba (patch) | |
tree | c8d9ffa6c739d843e574e262439553ea4c5aade5 /editors/ve/DESCR | |
parent | e4fc702488b6713a014da14d72e29aed79a9c708 (diff) | |
download | pkgsrc-2ef35b80492c07d472ed58544b9aad308096a2ba.tar.gz |
Initial import of ve-1.0
NTHU-CS Maple BBS 2.36 BBS-like editor
ve is a tiny editor. 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
Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16268
Diffstat (limited to 'editors/ve/DESCR')
-rw-r--r-- | editors/ve/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/ve/DESCR b/editors/ve/DESCR new file mode 100644 index 00000000000..7a92795ab61 --- /dev/null +++ b/editors/ve/DESCR @@ -0,0 +1,14 @@ +NTHU-CS Maple BBS 2.36 BBS-like editor + +ve is a tiny editor. 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 |