fix: close_from_input keybinding types (#1546)
This commit is contained in:
@@ -392,6 +392,8 @@ M._defaults = {
|
||||
remove_file = "d",
|
||||
add_file = "@",
|
||||
close = { "<Esc>", "q" },
|
||||
---@alias AvanteCloseFromInput { normal: string | nil, insert: string | nil }
|
||||
---@type AvanteCloseFromInput | nil
|
||||
close_from_input = nil, -- e.g., { normal = "<Esc>", insert = "<C-d>" }
|
||||
},
|
||||
files = {
|
||||
|
||||
Reference in New Issue
Block a user