We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fa6ff commit 94e2ae0Copy full SHA for 94e2ae0
1 file changed
lua/fzf-lua/profiles/telescope.lua
@@ -82,7 +82,7 @@ return {
82
},
83
buffers = {
84
keymap = { builtin = { ["<C-d>"] = false } },
85
- actions = { ["ctrl-x"] = false, ["ctrl-d"] = { actions.buf_del, actions.resume } },
+ actions = { ["ctrl-x"] = false, ["ctrl-d"] = { fn = actions.buf_del, reload = true } },
86
87
defaults = { git_icons = false },
88
}
0 commit comments