From df54d30b24789126332fb657880e2141762f2d76 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 12 Feb 2025 21:52:15 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug(keymaps):=20remove=20the=20\?= =?UTF-8?q?=20keymap=20due=20to=20conflict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The \ keymap conflicts with the local-leader key. | remains as the vertical split keymap --- lua/data/keys.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/data/keys.lua b/lua/data/keys.lua index 483b78d..3258a60 100644 --- a/lua/data/keys.lua +++ b/lua/data/keys.lua @@ -1142,11 +1142,11 @@ M.misc = { end, desc = 'File Explorer', }, - { -- Split Window Vertically - lhs = '\\', - rhs = 'v', - desc = 'Split Window Right', - }, + -- { -- Split Window Vertically + -- lhs = '\\', + -- rhs = 'v', + -- desc = 'Split Window Right', + -- }, { -- Split Window Vertically lhs = '|', rhs = 'v',