Re: Using 'Vroom' plugin for Ruby testing - can't page up / go back in long test output

2013-11-19 Thread LuKreme
> On Nov 15, 2013, at 17:22, Chris Patti wrote: > > Does anyone have any suggestions? Have you tested with a bare vimrc? Especially one that eliminated any window constraints, but that is a WAG. -- -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply be

Re: how to copy into system clipboard

2013-11-19 Thread Carl Jacobsen
On Nov 18, 2013, at 9:31 AM, Bee wrote: >> write your selected text to the command "!pbcopy", >> will put it on the system clipboard > > How do you 'write' selected text to "!pbcopy"? The OS X command "pbcopy" reads from stdin, and puts whatever it gets onto the system clipboard. How you use it

Re: how to copy into system clipboard

2013-11-19 Thread Bee
:help `< '< `< To the first line or character of the last selected Visual area in the current buffer. I tried: :`<,`>w !pbcopy But got this error: E492: Not an editor command: `<,`>w !pbcopy Is `<,`> not a valid range? -- -- You received this message from the "vim_mac" maillist. Do not top-