Re: vip send select lines to command window

2020-08-31 Thread Bruno Franco
thanks alex! It works perfectly On Mon, Aug 31, 2020, 01:12 Alexander Burger wrote: > Hi Bruno, > > > In vip, if I have a file like: > > _ > > # file with a single line of code > > (prin "print me on the command window") > > ___ > > > > is there a way to selec

Re: vip send select lines to command window

2020-08-30 Thread Alexander Burger
Hi Bruno, > In vip, if I have a file like: > _ > # file with a single line of code > (prin "print me on the command window") > ___ > > is there a way to select the line with the code and send it to the command > window for execution, like slime for emacs? Yes.