From e3a1c73924341e13c699fd5f52e9cb104fbea859 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 24 Mar 2025 23:50:12 +0800 Subject: [PATCH] feat(nvf): add keymap to open yazi --- users/modules/programs/nvf.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/modules/programs/nvf.nix b/users/modules/programs/nvf.nix index aa6a49e..15f2e4e 100644 --- a/users/modules/programs/nvf.nix +++ b/users/modules/programs/nvf.nix @@ -55,6 +55,13 @@ action = ""; silent = true; } + { + desc = "Open the filetree."; + key = "t"; + mode = "n"; + action = ":Yazi"; + silent = true; + } ]; luaConfigRC.turn_off_inline_diagnostics = # lua