From f6a75c1d10fdf6fd667419dab30b37fb8a3081ee Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 12 Feb 2022 09:29:36 +0100 Subject: feat: add a minimal implementation of bbye (#2267) --- lua/lvim/core/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core/which-key.lua') diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 194cb314..75169567 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -67,7 +67,7 @@ M.config = function() ["w"] = { "w!", "Save" }, ["q"] = { "q!", "Quit" }, ["/"] = { "lua require('Comment.api').toggle_current_linewise()", "Comment" }, - ["c"] = { "bdelete!", "Close Buffer" }, + ["c"] = { "BufferKill", "Close Buffer" }, ["f"] = { require("lvim.core.telescope.custom-finders").find_project_files, "Find File" }, ["h"] = { "nohlsearch", "No Highlight" }, b = { -- cgit v1.2.3