From 1e988f5edf240fdc5daf150f8b1adff7b8302fea Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 16 Feb 2026 11:17:56 +0100 Subject: fixed the keybind --- modules/home/i3wm/nord-blue/nvim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/home/i3wm') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index b89a6fb..dc6e173 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -43,7 +43,9 @@ -- KEYBINDS -- vim.keymap.set("n", "", function() - builtin.find_files({ cwd = vim.loop.cwd() }) + require("telescope.builtin").find_files({ + cwd = vim.loop.cwd(), + }) end, { desc = "Find files (cwd)" }) -- cgit v1.2.3