From afff4d9d3d2c1ee259c4a1d03c2bf2da193a3794 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 28 Aug 2025 00:12:57 -0500 Subject: toggle oil --- fnl/plugins/which_key.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/plugins/which_key.fnl b/fnl/plugins/which_key.fnl index 50db6b0..3697f7d 100644 --- a/fnl/plugins/which_key.fnl +++ b/fnl/plugins/which_key.fnl @@ -19,7 +19,7 @@ (wmap :t "ToggleTerm direction=horizontal" "hterm") (wmap :d "Glance references" "references") (wmap :s "Telescope live_grep" "search") - (wmap :z "Oil --float toggle" "open file") + (wmap :z "lua require('oil').toggle_float()" "open file") (wmap :b "JABSOpen" "buffers") (wmap :g (fn [] (local buffer (vim.fn.expand :%)) -- cgit v1.2.3