config: nest trash under delete table #290
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim#290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the trash adapter was extracted to canola-collection (#210), the
delete_to_trashtop-level config key was removed but never replaced.canola already has a
deletetable:The trash flag belongs there:
This is cleaner than the old
delete_to_trashkey — it groups alldelete-related behaviour and matches the canola config style.
Related: barrettruth/canola-collection#40