feat(context): add current buffer to selected file ctx (#941)

This commit is contained in:
Fernando Freire
2024-12-13 06:57:42 -08:00
committed by GitHub
parent a1da07097d
commit 5c20cc1779
3 changed files with 51 additions and 1 deletions

View File

@@ -189,6 +189,9 @@ M.defaults = {
remove_file = "d",
add_file = "@",
},
files = {
add_current = "<leader>ac", -- Add current buffer to selected files
},
},
windows = {
---@alias AvantePosition "right" | "left" | "top" | "bottom" | "smart"