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

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

Re: Hard to switch from vi


From: Hadron Quark
Subject: Re: Hard to switch from vi
Date: Tue, 10 Oct 2006 15:05:48 +0200

Wen Weng <WenWeng@charter.net> writes:

> Markus Triska wrote:
>> Wen Weng <WenWeng@charter.net> writes:
>> 
>>> "5dd". In emacs, how do I delete a complete line? C-k only delete
>> With recent versions:
>> ,----
>> | <C-S-backspace> runs the command kill-whole-line
>> |    which is an interactive compiled Lisp function in `simple.el'.
>> | It is bound to <C-S-backspace>.
>> | (kill-whole-line &optional arg)
>> `----
>> 
> the C-S-BS did not work for me.

Do "C-h-k" and then hit the key sequence above. I get:

,----
| <C-S-backspace> runs the command kill-whole-line
|    which is an interactive compiled Lisp function in `simple.el'.
| It is bound to <C-S-backspace>.
| (kill-whole-line &optional arg)
| 
| Kill current line.
| With prefix arg, kill that many lines starting from the current line.
| If arg is negative, kill backward.  Also kill the preceding newline.
| (This is meant to make C-x z work well with negative arguments.)
| If arg is zero, kill current line but exclude the trailing newline.
`----




-- 


reply via email to

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