🐛 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,
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user