Monday, November 19, 2012

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

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        

No comments: