Browse Source

Revert back buffer bindings (#1458)

Luc Sinet 3 năm trước cách đây
mục cha
commit
8a168ed877
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      lua/core/which-key.lua

+ 3 - 3
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>",