From 07af7efcf532664e92c7bed3e287f3e080a6dd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 27 Jan 2024 01:40:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20add=20neo-tree=20cust?= =?UTF-8?q?om=20keymap=20for=20opening=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/neo-tree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugins/neo-tree.lua b/.config/nvim/lua/plugins/neo-tree.lua index 7a9fe89a..0f33658d 100644 --- a/.config/nvim/lua/plugins/neo-tree.lua +++ b/.config/nvim/lua/plugins/neo-tree.lua @@ -8,6 +8,7 @@ return { window = { mappings = { ["l"] = "open", + ["e"] = "open", ["h"] = "close_node", }, },