From 907b1125144cbbd7e64e9448132ee92743d13494 Mon Sep 17 00:00:00 2001 From: siduck Date: Wed, 5 Apr 2023 22:07:36 +0530 Subject: [PATCH] make some mapping keybinds lowercased (#1897) --- lua/core/mappings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index b0cd219..36f18a5 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -70,14 +70,14 @@ M.tabufline = { n = { -- cycle through buffers - [""] = { + [""] = { function() require("nvchad_ui.tabufline").tabuflineNext() end, "goto next buffer", }, - [""] = { + [""] = { function() require("nvchad_ui.tabufline").tabuflinePrev() end,