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 = " "; + } + ]; }; }; };