diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-11-13 17:36:04 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-11-13 17:36:04 +0800 |
| commit | 706c1672d52967e7dd6ad9d92c4dfa3a6f15744e (patch) | |
| tree | 108660e69d43989ed7bb97d9afd663c8b5a47406 /doc | |
| parent | 5f5188a89c8a9c120d85c59461e8c283741d6d5c (diff) | |
Normal: add <a-S> to select first and last char of selection
Fixes #550
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pages/keys.asciidoc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc index 85588b39..d66a6b73 100644 --- a/doc/pages/keys.asciidoc +++ b/doc/pages/keys.asciidoc @@ -513,11 +513,14 @@ to skim through the jump list using: *s*:: create a selection +*S*:: + split the current selection + *<a-s>*:: split the current selections on line boundaries -*S*:: - split the current selection +*<a-S>*:: + select first and last characters of each selections *C*:: copy the current selection to the next line |
