Skip to content

Kakoune 2022.10.31

Compare
Choose a tag to compare
@mawww mawww released this 30 Oct 22:13
· 633 commits to master since this release
  • complete-command to specify and change how a command is completed

  • p, P, ! and <a-!> commands now select the inserted text

  • x now just extends the selection to contain full lines (as <a-x> did) <a-x> trims partial lines from the selection (as <a-X> did)

  • User mappings is now bound to <space> while keeping/removing main selection moved to , and <a-,>

  • Prompt history registers %reg{colon}, %reg{slash} and %reg{pipe} now have reverse chronological order

  • Executing user mode mappings no longer adds to prompt history registers.