From 27bdad73f556e309ef7426d8c2f875088b9772a9 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 2 Dec 2024 15:00:06 -0600 Subject: lots of stuff + work on settings ui --- fnl/plugins/which_key.fnl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'fnl/plugins') diff --git a/fnl/plugins/which_key.fnl b/fnl/plugins/which_key.fnl index e3279db..16b10a1 100644 --- a/fnl/plugins/which_key.fnl +++ b/fnl/plugins/which_key.fnl @@ -13,6 +13,7 @@ (wmap :t "ToggleTerm direction=horizontal" "hterm") (wmap :d "Glance references" "references") (wmap :s "Telescope live_grep" "search") + (wmap :z "Telescope find_files" "open file") (wmap :b "JABSOpen" "buffers") (wmap :g (fn [] (local buffer (vim.fn.expand :%)) @@ -27,10 +28,8 @@ ;;layouts (gmap :l "layout") - (wmap :li (fn [] - (vim.cmd "ToggleTerm direction=horizontal") - (vim.cmd "Neotree toggle") - (vim.cmd "Outline")) "ide") + (wmap :li (require :layouts.ide) "ide") + (wmap :lq (require :layouts.quiet) "quiet") ;;visual (gmap :v "visual") -- cgit v1.2.3