Skip to content

Commit 94e2ae0

Browse files
committed
fix(telescope): buffers/ctrl-d (closes #2539)
1 parent 83fa6ff commit 94e2ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/profiles/telescope.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ return {
8282
},
8383
buffers = {
8484
keymap = { builtin = { ["<C-d>"] = false } },
85-
actions = { ["ctrl-x"] = false, ["ctrl-d"] = { actions.buf_del, actions.resume } },
85+
actions = { ["ctrl-x"] = false, ["ctrl-d"] = { fn = actions.buf_del, reload = true } },
8686
},
8787
defaults = { git_icons = false },
8888
}

0 commit comments

Comments
 (0)