Jupp, ist interaktiv.
Nachdem Du vim gestartet hast, tippe nen Doppelpunkt, also ':' und der Cursor 
springt in the Bodenzeile. Dann kannst Du dort mit Ausrufezeichen angefangen 
shell-Kommandos aufrufen, z.B. hier exakt was Du tippst um von vim aus alias 
aufzurufen (mit return am Ende):

:!alias

Zum Verlassen mach

:q

Ich hab auch von vim aus mal getestet ob vim alles da hat um ne ein Kommande 
korrekt zu starten, und zwar:

:!env | grep SHELL
:!env | grep ENV

Zeigt beides korrekt auf die mksh und ~/.shrc wo die Aliase drin sind.


Und es wird auch ne mksh gestartet von vim aus, mache ich von vim aus:

:!ps aux | grep sh

dann sehe ich mich auch richtig selber:

/usr/local/bin/mksh -c ps aux | grep sh




On Wed, 1 Oct 2014 21:09:38 +0000 (UTC)
Thorsten Glaser <[email protected]> wrote:

> Tassilo Philipp | dyncall.org dixit:
> 
> >Ich weiß, klingt komisch, kann mir da grad auch keinen Reim draus machen...
> 
> Hm, seltsam. Muß ich mir mal einen vim installieren.
> Wie bedient man das? Also, wie genau finde ich raus,
> obs das tut, was Du willst? Sicher, daß die Shell,
> die vim startet, interaktiv ist?
> 
> Gruß
> //mira“https://www.mirbsd.org/jupp.htm”bilos
> -- 
> “ah that reminds me, thanks for the stellar entertainment that you and certain
> other people provide on the Debian mailing lists │ sole reason I subscribed to
> them (I'm not using Debian anywhere) is the entertainment factor │ Debian does
> not strike me as a place for good humour, much less German admin-style humour”


-- 
Tassilo Philipp | dyncall.org <[email protected]>

Reply via email to