From 4e27864997fad127bc2476c17a49e1b438219368 Mon Sep 17 00:00:00 2001 From: Aleksey Imuzov Date: Mon, 10 Jun 2024 10:04:39 +0400 Subject: [PATCH] fix(neo-tree): use last window for preview --- lua/lazyvim/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 8f4891b7..0e01da81 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -89,6 +89,7 @@ return { end, desc = "Open with System Application", }, + ["P"] = { "toggle_preview", config = { use_float = false } }, }, }, default_component_configs = {