From 7af95b1a28c44789626e8edc0ddced3f46e81e7a Mon Sep 17 00:00:00 2001 From: John Grant Date: Sun, 31 Aug 2025 15:21:47 -0400 Subject: [PATCH] Dotfiles keymaps --- lua/plugins/folke.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lua/plugins/folke.lua b/lua/plugins/folke.lua index 5477700..1238038 100644 --- a/lua/plugins/folke.lua +++ b/lua/plugins/folke.lua @@ -76,6 +76,20 @@ return { end, desc = "Find Files (Home)", }, + { + "fd", + function() + Snacks.explorer({ cwd = "~/.dotfiles", hidden = true, ignored = true }) + end, + desc = "Explorer (.Dotfiles)", + }, + { + "fD", + function() + Snacks.picker.files({ cwd = "~/.dotfiles", hidden = true, ignored = true }) + end, + desc = "Find Files (.Dotfiles)", + }, { "", "ff", desc = pickerRootDirDesc, remap = true }, { "e", "fe", desc = snacksRootDirDesc, remap = true }, { "E", "fE", desc = snacksCwdDesc, remap = true },