aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2024-12-02 15:00:06 -0600
committeramelia squires <[email protected]>2024-12-02 15:00:06 -0600
commit27bdad73f556e309ef7426d8c2f875088b9772a9 (patch)
treec878cd074267b6789d28e0a6d5526affe0d95c2a /fnl/plugins
parentf343b6021c3fd58bde0bad35e75fb16451990ba1 (diff)
lots of stuff + work on settings ui
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/which_key.fnl7
1 files changed, 3 insertions, 4 deletions
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 "<cmd>ToggleTerm direction=horizontal<CR>" "hterm")
(wmap :d "<cmd>Glance references<CR>" "references")
(wmap :s "<cmd>Telescope live_grep<CR>" "search")
+ (wmap :z "<cmd>Telescope find_files<CR>" "open file")
(wmap :b "<cmd>JABSOpen<CR>" "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")