1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-05 17:18:00 +03:00

Merge remote-tracking branch 'dontlaugh/patch-1'

This commit is contained in:
Maxime Coste 2024-05-29 21:41:50 +10:00
commit 599a605f28

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.