Kakoune 2024.05.09
-
flag-lines -afterswitch to display text after the line -
shell-script-candidatescompletion 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-sessioncommand 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 editandgit grep. -
git blamenow also works ingit-diffandgit-logbuffers. -
Completions provided via
shell-script-candidatesorcompletersare no longer sorted if the typed text is empty. -
The
terminalalias has been replaced with a command that selects terminal program and placement based on windowing options. -
localscopes incommandsandevaluate-commands.