diff --git a/lua/telescope/builtin/__internal.lua b/lua/telescope/builtin/__internal.lua index cd78386..105b88e 100644 --- a/lua/telescope/builtin/__internal.lua +++ b/lua/telescope/builtin/__internal.lua @@ -974,6 +974,7 @@ internal.buffers = function(opts) default_selection_index = default_selection_idx, attach_mappings = function(_, map) map({ "i", "n" }, "", actions.delete_buffer) + return true end, }) :find()