Kakoune 2024.05.09
-
flag-lines -after
switch to display text after the line -
shell-script-candidates
completion now runs the script asynchronously
while displaying and updating results live. -
%val{window_range}
elements are now emitted as different strings -
+
only duplicates identical selections a single time to avoid surprising
and slow exponential growth in the number of selections. -
daemonize-session
command makes it possible to convert the current session
to a daemon one (which will not exit on last client disconnecting) -
View mode commands and mouse scrolling no longer change selections when those go off-screen.
-
New commands
git apply
,git blame-jump
,git edit
andgit grep
. -
git blame
now also works ingit-diff
andgit-log
buffers. -
Completions provided via
shell-script-candidates
orcompleters
are no longer sorted if the typed text is empty. -
The
terminal
alias has been replaced with a command that selects terminal program and placement based on windowing options. -
local
scopes incommands
andevaluate-commands
.