🐛 Bug(keymaps): remove the \ keymap due to conflict

The \ keymap conflicts with the local-leader key. | remains as the vertical split keymap
This commit is contained in:
2025-02-12 21:52:15 -05:00
parent fa4acc29ad
commit df54d30b24
+5 -5
View File
@@ -1142,11 +1142,11 @@ M.misc = {
end,
desc = 'File Explorer',
},
{ -- Split Window Vertically
lhs = '\\',
rhs = '<C-W>v',
desc = 'Split Window Right',
},
-- { -- Split Window Vertically
-- lhs = '\\',
-- rhs = '<C-W>v',
-- desc = 'Split Window Right',
-- },
{ -- Split Window Vertically
lhs = '|',
rhs = '<C-W>v',