[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Kill region (from point to the mark) (kill-region
).
Kill word (kill-word
). Voir la section Words.
Kill word backwards (backward-kill-word
).
Kill back to beginning of sentence (backward-kill-sentence
).
Voir la section Sentences.
Kill to end of sentence (kill-sentence
).
Kill the following balanced expression (kill-sexp
).
Voir la section Expressions with Balanced Parentheses.
Kill through the next occurrence of char (zap-to-char
).
The most general kill command is C-w (kill-region
), which kills
everything between point and the mark. With this command, you can kill any
contiguous sequence of characters, if you first set the region around them.
A convenient way of killing is combined with searching: M-z
(zap-to-char
) reads a character and kills from point up to (and
including) the next occurrence of that character in the buffer. A numeric
argument acts as a repeat count. A negative argument means to search
backward and kill text before point.
Other syntactic units can be killed: words, with M-<DEL> and M-d (voir la section Words); balanced expressions, with C-M-k (voir la section Expressions with Balanced Parentheses); and sentences, with C-x <DEL> and M-k (voir la section Sentences).
Ce document a été généré par Eric Reinbold le 23 Février 2009 en utilisant texi2html 1.78.