diff --git a/config/keymaps.nix b/config/keymaps.nix index b55f3da..30e81c4 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -74,6 +74,24 @@ desc = "Search previous and center screen, reopening folds"; }; } + { + mode = "n"; + key = ""; + action = ":cnextzz"; + options = { + noremap = true; + desc = "Go to next diagnostic"; + }; + } + { + mode = "n"; + key = ""; + action = ":cprevzz"; + options = { + noremap = true; + desc = "Go to previous diagnostic"; + }; + } # The greatest remap of all time -- the primeagen { mode = [