chore: fix keybind confict

This commit is contained in:
♥ Minnie ♥ 2025-04-13 10:03:52 +08:00
parent df42c36fc8
commit 76b5f16399
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -7,9 +7,9 @@
keymaps = [ keymaps = [
{ {
mode = "n"; mode = "n";
key = "\\"; key = "<leader>\\";
action = "<cmd>Neotree toggle<cr>"; action = "<cmd>Neotree<cr>";
options.desc = "Toggle Neotree"; options.desc = "Focus Neotree";
} }
]; ];
} }