| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #260
|
|
|
|
No need to have that in a header, and not really selectors anyway
|
|
Not very useful interactively, but that feature can make macros much
more robust.
|
|
|
|
|
|
time initialized
|
|
|
|
As in upcoming std c++ array_view, ArrayView<T> points to mutable
data, use ArrayView<const T> or alias ConstArrayView<T> for const
data.
|
|
with ~100 entry, a binary search finds in < 7 step, unordered map
is overkill.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #173
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:map have a 'user' mode that is accessible through the comma key.
the mapping will get executed in normal mode.
|
|
|
|
|
|
|
|
|
|
|
|
Run urgent ones while executing %sh blocks.
Fixes #236
|
|
|
|
|
|
|
|
|
|
aliases are now stored in window, buffer, or globally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #133
|
|
|
|
|
|
|
|
C-c now sends SIGINT to the process group of Kakoune server
when used in normal mode.
Fixes #30
|
|
|