🐛 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:
+5
-5
@@ -1142,11 +1142,11 @@ M.misc = {
|
|||||||
end,
|
end,
|
||||||
desc = 'File Explorer',
|
desc = 'File Explorer',
|
||||||
},
|
},
|
||||||
{ -- Split Window Vertically
|
-- { -- Split Window Vertically
|
||||||
lhs = '\\',
|
-- lhs = '\\',
|
||||||
rhs = '<C-W>v',
|
-- rhs = '<C-W>v',
|
||||||
desc = 'Split Window Right',
|
-- desc = 'Split Window Right',
|
||||||
},
|
-- },
|
||||||
{ -- Split Window Vertically
|
{ -- Split Window Vertically
|
||||||
lhs = '|',
|
lhs = '|',
|
||||||
rhs = '<C-W>v',
|
rhs = '<C-W>v',
|
||||||
|
|||||||
Reference in New Issue
Block a user