blink icon indicating copy to clipboard operation
blink copied to clipboard

Feature request: interactive editor

Open treyharris opened this issue 6 years ago • 5 comments

Right now, awk and sed are provided, but there doesn't appear to be ann interactive editor. BusyBox provides vi and ed, and ex is another very small interactive editor (ed and/or ex might be easier to implement since they are line-oriented rather than full-screen visual).

treyharris avatar May 31 '18 19:05 treyharris

I think the intended workflow for now is to use the open command to open files in-place in iVim

goerz avatar May 31 '18 19:05 goerz

It would be nice if we could provide some user defined aliases so rather than ‘open filename’ & click on iVim, we could just do ‘vim filename’. That may make it slightly friendlier.

bradleyjones avatar Jun 01 '18 12:06 bradleyjones

although I remember it working correctly using the „open in vim“, currently changes in vim are no longer reflected in the file in blink (TF v12.3.70) Hence I would like to support this feature request for native vim support in blink. :)

vorband avatar Dec 08 '18 10:12 vorband

ed will be in next release. https://youtu.be/0lkLCyzPKnQ

yury avatar Oct 11 '19 11:10 yury

Great :beer:

I’m splitting hairs here, but why not ex? Is it related to Ed, man! !man ed ?

daonb avatar Nov 04 '19 09:11 daonb

Closing here. Added Vim on 17.3.0 https://github.com/blinksh/blink/discussions/1515

carloscabanero avatar Mar 25 '24 23:03 carloscabanero