Skip to content

v2.20.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 16:36
76a5dcf

2.20.0 (2025-02-08)

Features

  • picker.undo: ctrl+y to yank added lines, ctrl+shift+y to yank deleted lines (3baf95d)
  • picker: added treesitter symbols picker (a6beb0f)
  • terminal: added Snacks.terminal.list(). Closes #421. Closes #759 (73c4b62)

Bug Fixes

  • explorer: change grep in item dir keymap to leader-/. Closes #1000 (9dfa276)
  • layout: take winbar into account for split layouts. Closes #996 (e4e5040)
  • picker.git: account for deleted files in git diff. Closes #1001 (e9e2e69)
  • picker.git: handle git status renames. Closes #1003 (93ad23a)
  • picker.lines: use original buf instead of current (which can be the picker on refresh) (7ccf9c9)
  • picker.proc: don't close stdout on proc exit, since it might still contain buffered output. Closes #966 (3b7021e)