diff options
author | kylo252 <[email protected]> | 2022-02-12 09:30:47 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-02-12 09:30:47 +0100 |
commit | 4afda1129704d3a7dc4100e5e5e471d1b640b5e9 (patch) | |
tree | e885e5e10a1a4881b413db2dfddb4989a69a96cc /lua/lvim/core/which-key.lua | |
parent | ff9d883f64b75cb36f3164aae9d36a372f8b46d7 (diff) | |
parent | f6a75c1d10fdf6fd667419dab30b37fb8a3081ee (diff) |
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/core/which-key.lua')
-rw-r--r-- | lua/lvim/core/which-key.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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"] = { "<cmd>w!<CR>", "Save" }, ["q"] = { "<cmd>q!<CR>", "Quit" }, ["/"] = { "<cmd>lua require('Comment.api').toggle_current_linewise()<CR>", "Comment" }, - ["c"] = { "<cmd>bdelete!<CR>", "Close Buffer" }, + ["c"] = { "<cmd>BufferKill<CR>", "Close Buffer" }, ["f"] = { require("lvim.core.telescope.custom-finders").find_project_files, "Find File" }, ["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" }, b = { |