From e62e96fdcbe5614e44fe64d2abe4d34d68dd4b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 14 Jan 2024 13:22:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(nvim):=20change=20o?= =?UTF-8?q?il.nvim=20keymap=20to=20open?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/editor/oil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/editor/oil.lua b/.config/nvim/lua/plugins/extras/editor/oil.lua index 622f01e0..4b51ebb2 100644 --- a/.config/nvim/lua/plugins/extras/editor/oil.lua +++ b/.config/nvim/lua/plugins/extras/editor/oil.lua @@ -13,6 +13,6 @@ return { }, -- stylua: ignore keys = { - { "", function() require("oil").toggle_float() end, desc = "Toggle oil" }, + { ";", function() require("oil").toggle_float() end, desc = "Toggle oil" }, }, }