vigo icon indicating copy to clipboard operation
vigo copied to clipboard

Plan Acme

Open yarbelk opened this issue 11 years ago • 4 comments

Review features in plan 9's acme and choose what would be good to take.

yarbelk avatar Apr 03 '14 03:04 yarbelk

@yarbelk - Just out of interest, what kind of features do you think could be taken from acme? Acme is very much mouse based, which vigo is not, which would make it difficult to directly take ideas from there.

Saying that, I think the idea of being able to pipe text in and out of the editor via external commands as seen in acme is a powerful feature that would be a great addition.

gchp avatar May 14 '14 17:05 gchp

Basically the idea is to do a bunch of the text processing via external programs, and expose the documents inside the editor to external programs.

You're right that the UI is not a good fit, but that's only part of Acme.

kisielk avatar May 15 '14 05:05 kisielk

Sounds good. Have you thought about how you might go about implementing this? I'd be interested in working on this, unless there are other more important pieces needed first?

gchp avatar May 15 '14 11:05 gchp

First I'd like to get the basic editor framework in good shape and implement the standard vi-mode keybindings and editor model. I'm sticking to a subset of the commands in elvis instead of trying to match vim, there's just way too much there It's been a while since I've been able to work on this code though...

kisielk avatar May 15 '14 14:05 kisielk