help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kill from point to beginning of line?


From: Miguel Frasson
Subject: Re: kill from point to beginning of line?
Date: 09 Sep 2004 16:50:27 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Al Oomens <aloomens@yahoo.com> writes:

> How do I kill from the point to the beginning of a line? I've looked
> and can;t find out how to do this. Thanks for any help!

We know that C-k kills from point to end of line. 

Try `C-space C-a C-w'

C-space   set the mark
C-a       beginning of line
C-w       kill region

Or make a function that does it for you.

See also the effect of giving a negative arg to kill-region

`C-u - C-k'

It's fun.

Miguel

-- 
Miguel Vinicius Santini Frasson
http://www.math.leidenuniv.nl/~frasson

reply via email to

[Prev in Thread] Current Thread [Next in Thread]