Linked by Thom Holwerda on Fri 13th Jun 2008 21:50 UTC, submitted by pkrumins
Thread beginning with comment 318473
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
I wonder if there's a bash adaptation for the joe editor, though? I find joe easier than vi for simple tasks. In addition, joe's magic key is Ctrl, which I find easier and quicker to hit from the keyboard (with my little finger) than vi's Esc key.
Joes own editor? Wow, I thought I've been the only person using it! :-) Yes, joe was my favourite editor until I got familiar with the Midnight Commander's editor mcedit. But still, joe has many useful features that mcedit hasn't, it even supports syntax highlighting, ^KE along with ^KN, and ^KR, Meta key combinations, the versatile block selection method, and finally it's very lightweight.
Great article, by the way, I didn't know that bash's interactive features had been designed so intelligent and helpful. I'd like to know which of these features are bash exclusively and which are available in standard sh, too (because sh is UNIX's standard scripting shell - interoperability). It seems that bas has incorporated parts of sed and awk. :-)
On my BSD systems, csh (i. e. tcsh) is my favourite shell for dialog use. A little bit customization (lines 'set promptchars = "%#"', 'set prompt = "%n@%m:%~%# "' and 'set autolist' into /etc/csh.cshrc) and it's much more comfortable than the standard settings.
^KX






Member since:
2005-11-05
Always good to see an idea that may help folks by making something easier to use. It may be of more practical, day-to-day value than a bigger deal.
I wonder if there's a bash adaptation for the joe editor, though? I find joe easier than vi for simple tasks. In addition, joe's magic key is Ctrl, which I find easier and quicker to hit from the keyboard (with my little finger) than vi's Esc key.