From fc9ee263438ec0213c90d7b43d9b19be174b60b4 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 3 Mar 2025 18:15:41 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Am=C3=A9lioration=20des=20keybindings?= =?UTF-8?q?=20pour=20neo-tree?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/custom/plugins/neo-tree.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/custom/plugins/neo-tree.lua b/lua/custom/plugins/neo-tree.lua index cd6c89a..12a58bc 100644 --- a/lua/custom/plugins/neo-tree.lua +++ b/lua/custom/plugins/neo-tree.lua @@ -8,6 +8,8 @@ return { [""] = false, -- disable space until we figure out which-key disabling [">"] = "next_source", ["<"] = "prev_source", + [""] = "next_source", + [""] = "prev_source", }, }, event_handlers = {