Skip to content

Kakoune 2024.05.09

Latest
Compare
Choose a tag to compare
@mawww mawww released this 09 May 10:19
· 5 commits to master since this release
  • 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 and git grep.

  • git blame now also works in git-diff and git-log buffers.

  • Completions provided via shell-script-candidates or completers 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 in commands and evaluate-commands.