From 2e762edce7bd61904b22cb30fda7ed0f266dca96 Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Sat, 27 Dec 2025 00:31:51 +0100 Subject: [PATCH] =?UTF-8?q?added=20=C2=BD=20optin=20to=20neotree=20reveal?= =?UTF-8?q?=20keybind?= 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 ebc25ade..5dcda567 100644 --- a/lua/custom/plugins/neo-tree.lua +++ b/lua/custom/plugins/neo-tree.lua @@ -14,6 +14,7 @@ return { lazy = false, keys = { { '\\', ':Neotree reveal', desc = 'NeoTree reveal', silent = true }, + { '½', ':Neotree reveal', desc = 'NeoTree reveal', silent = true }, }, opts = { filesystem = { @@ -25,6 +26,7 @@ return { window = { mappings = { ['\\'] = 'close_window', + ['½'] = 'close_window', ['P'] = { 'toggle_preview', config = {