| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when this option is given, menu expect three argument per entry
instead of two, the last one being the command to run when the
entry is selected, but not yet validated.
|
|
|
|
|
|
|
|
|
|
By default display info box above command line, full width
(like menu), in inline mode, display the info box close
to cursor, using only needed width.
|
|
using the info command, you can display an arbitrary string
in a tooltip box.
|
|
assume selections are sorted, so we have a linear complexity algorithm
instead of O(n²).
|
|
|
|
|
|
|
|
the previous implementation did not preserve invariant
either, so we'd better use less code.
|
|
|
|
|
|
|
|
this avoids a lot of unnecessary (add|remove)_change_listener as
creating temporary Selections do not call that anymore.
Use can choose between a SelectionList which or a DynamicSelectionList
depending on wethear the buffer will be modified or not during the
selections lifetime.
|
|
|
|
|
|
|
|
make userconfig takes care of creating $XDG_CONFIG_HOME/kak/autoload
and populate it with links to files in the rc directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|