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

vi emulation in jed

3 views
Skip to first unread message

Richard Coleman

unread,
Jun 18, 1995, 3:00:00 AM6/18/95
to
I've started playing with jed and so far I
like it. But my fingers have vi keystrokes
permanently embedded in them. Does anyone
have a vi emulator for jed. I really like
the extensibiltiy of jed and would use it
daily if I had a vi emulator mode.

Thanks,

Richard Coleman
col...@math.gatech.edu

John E. Davis

unread,
Jun 27, 1995, 3:00:00 AM6/27/95
to
In article <2fef3ae3....@terra.xs4all.nl>, er...@terra.xs4all.nl (Eric Veldhuyzen) wrote:
: In article <rcpwkb2...@redwood.skiles.gatech.edu>,
: Richard Coleman <col...@redwood.skiles.gatech.edu> wrote:
: >I've started playing with jed and so far I

: >like it. But my fingers have vi keystrokes
: >permanently embedded in them. Does anyone
: >have a vi emulator for jed. I really like
: >the extensibiltiy of jed and would use it
: >daily if I had a vi emulator mode.
:
: I know exactly what you mean. The command that I really want is one
: of the extensions from Elvis: Marking a region with v or V and
: remove it with one key. I can live with marking with ^2, but I
: really hate it to have to type Meta-X kill_region every time...

You can always bind this to a key, e.g.,

setkey ("kill_region", "^A");

I have had *many* requests for a vi mode. Unfortunately, I do not know
enough vi to do the mode justice. If you write a vi mode, I will lend all
the technical support that I can.

--John


Eric Veldhuyzen

unread,
Jun 27, 1995, 3:00:00 AM6/27/95
to
In article <rcpwkb2...@redwood.skiles.gatech.edu>,
Richard Coleman <col...@redwood.skiles.gatech.edu> wrote:
>I've started playing with jed and so far I
>like it. But my fingers have vi keystrokes
>permanently embedded in them. Does anyone
>have a vi emulator for jed. I really like
>the extensibiltiy of jed and would use it
>daily if I had a vi emulator mode.

I know exactly what you mean. The command that I really want is one
of the extensions from Elvis: Marking a region with v or V and
remove it with one key. I can live with marking with ^2, but I
really hate it to have to type Meta-X kill_region every time...

--
Eric Veldhuyzen TEAM OS/2
Eric.Ve...@si.hhs.nl CIS: [100010,3051]
Er...@terra.xs4all.nl PGP-KeyID: 0xFB64FCB3
************ FIGHT to keep your right to PRIVACY. Use PGP! ************

Eric Veldhuyzen

unread,
Jun 29, 1995, 3:00:00 AM6/29/95
to
In article <3so7u0$c...@senator-bedfellow.MIT.EDU>,

John E. Davis <da...@space.mit.edu> wrote:
>
>You can always bind this to a key, e.g.,
>
> setkey ("kill_region", "^A");

Yeah, I know. I should make some time to learn the slang language
too. There are quite a few things I'd like to see in a different
way. But I'll start with compiling the new version tomorrow, and try
the brief mode...

>I have had *many* requests for a vi mode. Unfortunately, I do not know
>enough vi to do the mode justice. If you write a vi mode, I will lend all
>the technical support that I can.

You can also grad the manuals of vim for example. Or Elvis.
It shouldn't be too hard to get.

James C. Hu

unread,
Jun 29, 1995, 3:00:00 AM6/29/95
to er...@terra.xs4all.nl
er...@terra.xs4all.nl (Eric Veldhuyzen) wrote:
>... I can live with marking with ^2, but I

>really hate it to have to type Meta-X kill_region every time...

^w will kill the region. You can yank it back with ^y.
Also, ^SPACE should mark just as well as ^2.

--
James C. Hu <URL HREF="http://swarm.cs.wustl.edu/~jxh/">
Washington University, St. Louis (grad student) (j...@cs.wustl.edu)
Siemens AG, M"unchen (visitor) (Jame...@zfe.siemens.de)


0 new messages