Please help me find an editor that behaves more like the modern Windows editors do, that I could use on a NetBSD box through PuTTY.
This includes the absense of the distinction between view/insert/append modes, basic shortcuts such as Ctrl+Left/Right to jump a word at a time, and other niceties such as perhaps Home/End and PageUp/Down moving the cursor around (in my vi they just ding).
I can live without macros because I only ever tweak an occasional setting this way, and nothing else.
pico is pretty close, but I was wondering if there are other editors that might fit this bill?
vihas never supported such "niceties" as cursor keys. Those were added invim. (When vi was written, terminals didn't have dedicated cursor keys.) – grawity Jan 11 '10 at 19:12