Monday, November 19, 2012

Re: vim: is there a way to C-V a text object?

On 11/19/2012 05:15 PM, ping wrote:
> I don't understand...what is that "vs" do?
>
> v i/a p : I visually select the whole paragraph, so far OK
> v : I turn to visual block, but only select the column where
> my cursor is
> s : it looks my cursor goes to command line now? strange...
> how to proceed?
>
>
> On 11/19/2012 05:08 PM, Tim Chase wrote:
>> On 11/19/12 16:03, ping wrote:
>>> looks currently "C-v i/a p" is same as "v i/a p" for a paragraph...
>> Does the following do what you want?
>>
>> v i/a p C-vs
>>
>> which should select the paragraph characterwise, then turn it into a
>> visual-block.
>>
>> -tim
>>
>>
>>
>

I guess you mean:

v i/a p Ctrl-v$

?

that works, a bit too much strokes though...

thanks.

--
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.php

No comments: