Explorar o código

Revert back buffer bindings (#1458)

Luc Sinet %!s(int64=3) %!d(string=hai) anos
pai
achega
8a168ed877
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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>",