summaryrefslogtreecommitdiff
path: root/lua/core/which-key.lua
diff options
context:
space:
mode:
authorLuc Sinet <[email protected]>2021-09-03 22:10:48 +0200
committerGitHub <[email protected]>2021-09-04 00:40:48 +0430
commit8a168ed8773d8e46b9912a57fdd7ef10303872f1 (patch)
tree5d9ba7de4dd2f99a5436d59721a0f9c62c51ef88 /lua/core/which-key.lua
parentd5d47d4d7a0b7c396f1bddffe8c5eddc355ce60a (diff)
Revert back buffer bindings (#1458)
Diffstat (limited to 'lua/core/which-key.lua')
-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>",