summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/core/which-key.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua
index 5ceffb57..458e1634 100644
--- a/lua/core/which-key.lua
+++ b/lua/core/which-key.lua
@@ -80,10 +80,10 @@ M.config = function()
"<cmd>BufferCloseAllButCurrent<cr>",
"Close all but current",
},
- l = { "<cmd>BufferCloseBuffersLeft<cr>", "Close all - left" },
- r = {
+ h = { "<cmd>BufferCloseBuffersLeft<cr>", "Close all to the left" },
+ l = {
"<cmd>BufferCloseBuffersRight<cr>",
- "Close all - right",
+ "Close all to the right",
},
D = {
"<cmd>BufferOrderByDirectory<cr>",