diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index c253333..994435f 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -87,7 +87,7 @@ local mappings = { ["e"] = { "NvimTreeToggle", "Explorer" }, ["w"] = { "w!", "Save" }, ["q"] = { "q!", "Quit" }, - ["c"] = { "Bdelete! %d", "Close Buffer" }, + ["c"] = { "Bdelete!", "Close Buffer" }, ["h"] = { "nohlsearch", "No Highlight" }, ["f"] = { "lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})",