diff options
author | Luc Sinet <[email protected]> | 2021-09-03 22:10:48 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-04 00:40:48 +0430 |
commit | 8a168ed8773d8e46b9912a57fdd7ef10303872f1 (patch) | |
tree | 5d9ba7de4dd2f99a5436d59721a0f9c62c51ef88 /lua/core/which-key.lua | |
parent | d5d47d4d7a0b7c396f1bddffe8c5eddc355ce60a (diff) |
Revert back buffer bindings (#1458)
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r-- | lua/core/which-key.lua | 6 |
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>", |