From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-01-12 10:31:47
Hi!
On Fri, Jan 10, 2003 at 10:32:14PM +0100, Maciej Witkowiak wrote:
> Why nobody have mentioned ViM yet? It has all the features that were mentioned
> before: function folding, syntax highlighting, it can parse compiler output
> and take you to the line where error occured, together with ctags it is
> possible to easily navigate through sources, it can complete whole names
> basing on current .c and included .h files, and many more...
And, best of all: The command syntax is so awkward, that you can use it to
impress your girl friend:-)
For your amusement, here is the start of the help text of my favourite editor
(which is a special mode for JED):
-----------------------------------------------------------------------------
MU mode for jed (w) 1997 by Uz
--------------------------------
Welcome!
If you are just one of those vi or emacs hackers, probably all you want to
know is, how to leave the editor. Use
Ctrl+K Ctrl+Q
to close the current window. Do this until no window is left. If you think,
this is cryptic, please note that the vi command
kill -9 `ps u | grep vi | grep -v grep | awk { print $2 }`
is far more cryptic. Apart from that, you need a second console to leave
vi using the command line shown above.
If you want more than just leaving MU-JED, read on.
-----------------------------------------------------------------------------
Regards
Uz
--
Ullrich von Bassewitz uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-01-12 10:33:00 CET