On Thursday, October 25, 2018 at 2:33:38 PM UTC-5, Lifepillar wrote:
> On 25/10/2018 17:32, Kelvin Lawrence wrote:
> > I'm enjoying the new :term feature in 8.1
> >
> > I have my code on the left and a job running on the right. The job is a
> > console environment for Groovy. Is there an easy way
Thanks Marcin, this is just what I needed. Not sure how I missed this when
reading the help!
Thanks
Kelvin
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.p
Hi,
There's Ctrl-w-" followed by a register name, which puts the register in a
terminal. It works only in terminal mode. Check out `:h terminal-typing`.
Best regards,
Marcin
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are re
On 25/10/2018 17:32, Kelvin Lawrence wrote:
I'm enjoying the new :term feature in 8.1
I have my code on the left and a job running on the right. The job is a console
environment for Groovy. Is there an easy way to copy from the code on the left
and paste into the console I have running on the
I'm enjoying the new :term feature in 8.1
I have my code on the left and a job running on the right. The job is a console
environment for Groovy. Is there an easy way to copy from the code on the left
and paste into the console I have running on the right? I know I cannot turn
modifiable on but