diff --git a/user/alacritty.nix b/user/alacritty.nix index 91b98c0..eaaa414 100644 --- a/user/alacritty.nix +++ b/user/alacritty.nix @@ -116,6 +116,12 @@ in mode = "Vi|~Search"; action = "SearchNext"; } + { + key = lib.toUpper key.next; + mods = "Shift"; + mode = "Vi|~Search"; + action = "SearchPrevious"; + } { key = "Up"; mods = "Control|Shift";