diff --git a/users/modules/programs/nvf.nix b/users/modules/programs/nvf.nix index a2946fe..aa6a49e 100644 --- a/users/modules/programs/nvf.nix +++ b/users/modules/programs/nvf.nix @@ -42,11 +42,19 @@ }; keymaps = [ { + desc = "Open the file path under the cursor, making the file if it doesn't exist."; key = "gf"; mode = "n"; action = ":cd %:p:h:e "; silent = true; } + { + desc = "Delete the previous word."; + key = ""; + mode = "i"; + action = ""; + silent = true; + } ]; luaConfigRC.turn_off_inline_diagnostics = # lua