1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-07-07 09:16:26 +03:00

doc: clarify that C and <a-C> act column-wise

This commit is contained in:
Coleman McFarland 2024-05-19 17:37:30 -04:00 committed by Coleman McFarland
parent 1bd50261c8
commit 52d264df27

View File

@ -632,7 +632,7 @@ use `n` followed by `,`, in order to remove a selection, use `<a-,>`.
contains a match for this regex. Using `<a-K>` you can keep the selections
not containing a match.
`C` duplicates selections on the lines that follow them.
`C` duplicates selections on the lines that follow them, column-wise.
`<a-C>` does the same but on the preceding lines.
`$` allows you to enter a shell command and pipe each selection to it.