diff --git a/README.md b/README.md index 4f0d19d..0b3642e 100644 --- a/README.md +++ b/README.md @@ -548,8 +548,8 @@ full potential. - A range is either a single address or a pair of addresses separated by either `,` or `;`. - Ranges tell commands which lines to act on. -- Most commands act only on the current line by default. -- Only `:write` and `:global` act on all lines by default. +- Most commands act only on the current line by default. Notable exceptions are + `:write` and `:global` which act on all lines. The usage of ranges is pretty intuitive, so here are some examples (using `:d` as short form of `:delete`):