Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ed is not dead

3 views
Skip to first unread message

André Gillibert

unread,
Oct 14, 2009, 5:13:56 AM10/14/09
to
My favorite text editor is Vim, but, sometimes, I have to use slow ssh connexions with ping >= 1000 ms.

I recently had the idea to enable icrln, icanon, echo, echoe, echok on the local terminal, and disable echo on the remote terminal. Now, I've client-side basic line editing capabilities. This isn't nice with visual editors, since chars must explicitly be sent with CTRL+D. But, line-based editors become useful!
And that's great for shell interaction, which is what I was looking for.

ed & ex FTW!

--
André Gillibert

Kaz Kylheku

unread,
Oct 14, 2009, 9:12:04 PM10/14/09
to
On 2009-10-14, Andr� Gillibert <MetaEntropy...@gmail.com> wrote:
> My favorite text editor is Vim, but, sometimes, I have to use slow ssh
> connexions with ping >= 1000 ms.
>
> I recently had the idea to enable icrln, icanon, echo, echoe, echok on the
> local terminal, and disable echo on the remote terminal.

You've resurrected telnet line mode within ssh.

> Now, I've client-side basic line editing capabilities.

Two words. Well, one. TinyFugue.

0 new messages