| Age | Commit message (Collapse) | Author |
|
the first character of the line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When DisplayAtoms have the Final attributes, highlighters
may not modify them anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-env-params puts parameters in kak_param{0..9}
-append-params appends parameters to the ones defined in the command
|
|
|
|
use edit! (or e!) to force reloading of the buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3p will paste using the yank buffer of the third selection instead
of each selection using it's own.
|
|
before, selecting with 2 captures after selecting with 3 captures
would keep the third capture from the first selection.
|
|
|
|
|
|
That way, registers can be used to store per selection data
|
|
|
|
|
|
|
|
memoryview is a non owning typed view over a memory range, usefull
to pass arrays as parameters without data copying.
|
|
Editor groups all modification together in one undo group when batching.
nested batches are supported.
|
|
|
|
|