diff options
| author | Jan-Jaap Korpershoek <jjkorpershoek96@gmail.com> | 2019-02-01 16:36:57 +0100 |
|---|---|---|
| committer | Jan-Jaap Korpershoek <jjkorpershoek96@gmail.com> | 2019-02-01 16:36:57 +0100 |
| commit | 4521099ebb159ec5fcc2f2973b15fb592a221aea (patch) | |
| tree | 519ea2b4345d0a66383697f95c55f9d94ded9312 | |
| parent | 3e89148d74c3d4a9ba075b0d9218457e845982e6 (diff) | |
Add explanation of count for s and S commands
| -rw-r--r-- | doc/pages/keys.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc index f37e049c..be853559 100644 --- a/doc/pages/keys.asciidoc +++ b/doc/pages/keys.asciidoc @@ -540,9 +540,11 @@ to skim through the jump list using: *s*:: create a selection for each match of the given regex + (selects the count capture if it is given) *S*:: split selections with the given regex + (selects the count capture if it is given) *<a-s>*:: split selections on line boundaries |
