diff --git a/modules/nvim.nix b/modules/nvim.nix index c537f19..84bd2cb 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -262,6 +262,12 @@ in action = ":lua open_file_with_system_app()"; options = { desc = "Open file with system default app"; }; } + { + mode = "n"; + key = "f"; + action = ":!thunar %:h &"; + options = { desc = "Open current file directory in file manager"; }; + } # Markdown rendering {