>>: I think what you intended to say was
>>: :set ruler
>ruler: No such option - 'set all' gives all option values
>Am I missing something?
Possibly the Vi IMproved (VIM) editor. Written mostly by Bram
Moolenaar, the most recent version appears to be 4.6. Provides the
above command (plus many, many more functional enhancements to vi.)
What sold me on vim was the split screen function to allow multiple
views into the edit buffer or the ability to edit different files in the
views, however, it's got unlimited undo support for arrow keys in insert
and replace mode, a "history" mechanism of previous search and ex
commands, an on-line help, etc...
In preparing a seminar on vim for our IS group, I discovered the GUI
option which allows you to launch vim as an X client with scroll bars
and support for mouse based cut and paste operations. I also discovered
the "digraph" facility for entering accented characters and much more.
From ftp.FU-Berlin.DE in the directory /unix/editors/vim
The build was trivial on Solaris 2.5, however, there are a couple of
"interesting" features disabled by default. "Rightleft" support, for
example for displaying the start of lines at the right margin (e.g for
entering Hebrew or Arabic.)
Mind you, it's not emacs, so there's no support for generating calendars
and it might be nice if there were an interface to ispell...
--