| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Used for a new feature: incremental search
|
|
|
|
|
|
|
|
sockets
|
|
|
|
|
|
|
|
And Global(Hook|Option)Manager to Global(Hook|Option)s
|
|
|
|
|
|
|
|
|
|
and last char
|
|
|
|
|
|
jump forward is bound to ctrl-i
jump backward is bound to ctrl-o
switch buffers or jumping somewhere in the buffer push the current
position to the jump list.
when a buffer is deleted, all entries referencing it in jump lists
are erased.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
|
|
|
|
|
|
|
|
|
|
dynamic registers
|
|
|
|
|
|
move ClientMode classes in a namespace due to InsertMode name collisions
|
|
|
|
|
|
|
|
colalias command permits to define names for color pairs
|
|
|
|
With the help of a new kak_runtime env var.
|
|
Now %sh{ ... } can access positional parameters through
standard shell construct, allowing simple handling of variable
parameters.
def command accepts -shell-params flag to use this facility.
|