From 1994f0681ce18342ba215b8b0e389949403e66f0 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Fri, 22 Aug 2025 22:04:03 -0400 Subject: [PATCH] Add find_files shortcut --- config.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.nix b/config.nix index 079a533..d9afcaa 100644 --- a/config.nix +++ b/config.nix @@ -41,6 +41,17 @@ "╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝" "" ]; + + shortcut = [ + { + action = { + __raw = "function(path) vim.cmd('Telescope find_files') end"; + }; + desc = "Find Files"; + key = "f"; + icon = " "; + } + ]; }; }; };