diff --git a/home/features/coding/nixvim/keymaps.nix b/home/features/coding/nixvim/keymaps.nix index 8071b65..e3b565b 100644 --- a/home/features/coding/nixvim/keymaps.nix +++ b/home/features/coding/nixvim/keymaps.nix @@ -17,6 +17,7 @@ key = "ch"; action = "noh"; options = { + silent = true; desc = "Clear Highlighting"; }; } @@ -41,6 +42,7 @@ key = ""; action = "Neotree toggle"; options = { + silent = true; desc = "Toggle Neotree"; }; } @@ -81,6 +83,7 @@ key = ""; action = ":wincmd k"; options = { + silent = true; desc = "Go Up"; }; } @@ -89,6 +92,7 @@ key = ""; action = ":wincmd j"; options = { + silent = true; desc = "Go Down"; }; } @@ -97,6 +101,7 @@ key = ""; action = ":wincmd h"; options = { + silent = true; desc = "Go Left"; }; } @@ -105,6 +110,7 @@ key = ""; action = ":wincmd l"; options = { + silent = true; desc = "Go Right"; }; }