Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-08 | 2.0 kB | |
v2.20.0 source code.tar.gz | 2025-02-08 | 356.6 kB | |
v2.20.0 source code.zip | 2025-02-08 | 453.4 kB | |
Totals: 3 Items | 812.1 kB | 0 |
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)