Re: command to select a line from the cursor point

2011-02-09 Thread Erik Christiansen
On Sun, Feb 06, 2011 at 10:42:02PM +1100, Ben Schmidt wrote: > > There's also D and C which I use quite a lot (and you might expect Y to > work similarly, but it doesn't). The solution is offered at ':h Y'. ;-) Erik -- You received this message from the "vim_use" maillist. Do not top-post! Typ

Re: command to select a line from the cursor point

2011-02-06 Thread Ben Schmidt
On 6/02/11 11:40 AM, AK wrote: On 02/05/2011 07:35 PM, vineeth wrote: Hello all, What is the way to select till the end of the line starting from the cursor point? Thank You Vin visual selection: v$ yank: y$ See :help $ and :help v There's also D and C which I use quite a lot (and you mi

Re: command to select a line from the cursor point

2011-02-05 Thread Tim Chase
On 02/05/2011 06:35 PM, vineeth wrote: What is the way to select till the end of the line starting from the cursor point? As AK notes, you want the "$" motion. However *selecting* alone is rarely useful -- usually you want to *do* something with that selection: copy it to a register/clipboa

Re: command to select a line from the cursor point

2011-02-05 Thread AK
On 02/05/2011 07:35 PM, vineeth wrote: Hello all, What is the way to select till the end of the line starting from the cursor point? Thank You Vin visual selection: v$ yank: y$ See :help $ and :help v HTH, -ak -- You received this message from the "vim_use" maillist. Do not top-post! Type

command to select a line from the cursor point

2011-02-05 Thread vineeth
Hello all, What is the way to select till the end of the line starting from the cursor point? Thank You Vin -- 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.ph