From d02265175f33fb1586e5e1f080e0730c8642a961 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Jul 2021 22:50:07 -0400 Subject: Decoupling config from nvim (#1038) --- lua/core/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core/which-key.lua') diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index ec64074b..47661df6 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -64,7 +64,7 @@ M.config = function() ["w"] = { "w!", "Save" }, ["q"] = { "q!", "Quit" }, ["/"] = { "CommentToggle", "Comment" }, - ["c"] = { "BufferClose", "Close Buffer" }, + ["c"] = { "BufferClose!", "Close Buffer" }, ["e"] = { "lua require'core.nvimtree'.toggle_tree()", "Explorer" }, ["f"] = { "Telescope find_files", "Find File" }, ["h"] = { 'let @/=""', "No Highlight" }, -- cgit v1.2.3