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