From 2469eee7bb425b3762f95c061a296a3804e42ba3 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 20 Aug 2025 07:19:20 +0900 Subject: [PATCH] Add nvim shortcut --- modules/nvim.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/nvim.nix b/modules/nvim.nix index 8a0c4e9..7e5a6c0 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -184,6 +184,12 @@ action = ":q"; options = { desc = "Quit"; }; } + { + mode = "n"; + key = "r"; + action = ":e"; + options = { desc = "Refresh"; }; + } # System integration {